From dc6c272625c7801af68126bb1983207ad88400a5 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 17 May 2011 19:50:32 +0100 Subject: 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. --- src/pulsecore/sink-input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/sink-input.h') 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.*/ -- cgit