summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.h
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2011-05-17 19:50:32 +0100
committerColin Guthrie <colin@mageia.org>2011-06-22 21:53:19 +0100
commitdc6c272625c7801af68126bb1983207ad88400a5 (patch)
treed3e9e914ef1abfd6304a94f0ff94d86febd71a10 /src/pulsecore/sink-input.h
parent62e43f9181da467865fe732c9b7dd52b18a4353e (diff)
alsa-sink: Some trivial tidyups
Mostly typo fixes but also a change to make a function relating to sink inputs use more generic variable names.
Diffstat (limited to 'src/pulsecore/sink-input.h')
-rw-r--r--src/pulsecore/sink-input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sink-input.h b/src/pulsecore/sink-input.h
index 0ebb74a9..38bad356 100644
--- a/src/pulsecore/sink-input.h
+++ b/src/pulsecore/sink-input.h
@@ -110,7 +110,7 @@ struct pa_sink_input {
pa_bool_t muted:1;
- /* if TRUE then the source we are connected to and/or the volume
+ /* if TRUE then the sink we are connected to and/or the volume
* set is worth remembering, i.e. was explicitly chosen by the
* user and not automatically. module-stream-restore looks for
* this.*/