summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-03-27 23:33:40 +0000
committerLennart Poettering <lennart@poettering.net>2008-03-27 23:33:40 +0000
commit184dda8bc32da816916d9ef5838cda89aa975d29 (patch)
tree77bce8608d0fe445102ecfc78455bca9a1e090c2
parent1eb7239764ff1c2cd1d6ec7269f620a6c3f8cbc9 (diff)
merge r2112 from trunk
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/prepare-0.9.10@2166 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/pulsecore/autoload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/autoload.h b/src/pulsecore/autoload.h
index 2899586c..8a3522a7 100644
--- a/src/pulsecore/autoload.h
+++ b/src/pulsecore/autoload.h
@@ -37,7 +37,7 @@ typedef struct pa_autoload_entry {
uint32_t index;
char *name;
pa_namereg_type_t type; /* Type of the autoload entry */
- int in_action; /* Currently loaded */
+ int in_action; /* The module is currently being loaded */
char *module, *argument;
} pa_autoload_entry;