summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/autoload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/autoload.h')
-rw-r--r--src/pulsecore/autoload.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pulsecore/autoload.h b/src/pulsecore/autoload.h
index 2899586c..3926351f 100644
--- a/src/pulsecore/autoload.h
+++ b/src/pulsecore/autoload.h
@@ -1,8 +1,6 @@
#ifndef fooautoloadhfoo
#define fooautoloadhfoo
-/* $Id$ */
-
/***
This file is part of PulseAudio.
@@ -37,7 +35,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;