summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2008-02-15 18:19:42 +0000
committerTanu Kaskinen <tanuk@iki.fi>2008-02-15 18:19:42 +0000
commit46d804da4c5b72f50874bdb9f1f3fcbc04abe121 (patch)
tree8fecffc8879bb147b76e968bcc99ee2bed572623 /src/pulsecore
parentdc3682d3f7861cabf3f58f96575d5893cdda3e0a (diff)
Clarify the explanation of the in_action field in pa_autoload_entry.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2112 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore')
-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;