diff options
author | Ralph Giles <giles@mozilla.com> | 2011-07-14 13:59:38 -0700 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-07-14 14:13:52 -0700 |
commit | 8840ebf9c361208f955577f8af1c0110cdc843d2 (patch) | |
tree | 8faa3a208242c1ba56036fa324c7f0beb226e860 /src/modules/module-null-sink.c | |
parent | a823fae3e5b2fad32e8d4f44030881f28121479f (diff) |
Fix two comment typos.
Diffstat (limited to 'src/modules/module-null-sink.c')
-rw-r--r-- | src/modules/module-null-sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-null-sink.c b/src/modules/module-null-sink.c index bedd6efcb..09e6ab72c 100644 --- a/src/modules/module-null-sink.c +++ b/src/modules/module-null-sink.c @@ -173,7 +173,7 @@ static void process_render(struct userdata *u, pa_usec_t now) { /* This is the configured latency. Sink inputs connected to us might not have a single frame more than the maxrequest value - queed. Hence: at maximum read this many bytes from the sink + queued. Hence: at maximum read this many bytes from the sink inputs. */ /* Fill the buffer up the the latency size */ |