diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-02-02 02:02:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-02-02 02:02:31 +0100 |
commit | fea675724d209d3ff8a808a111fe26f7c6d331f9 (patch) | |
tree | 3c5a68ad727c2faf1f00419e8285c413a10d6aa7 /src/pulse/stream.h | |
parent | 390133f2dcfab26e17a1660b5d6c9f77e10e72a8 (diff) |
don't use PA_STREAM_NOT_MONOTONOUS anymore
Diffstat (limited to 'src/pulse/stream.h')
-rw-r--r-- | src/pulse/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/stream.h b/src/pulse/stream.h index 6cb363c8b..1bec1ebfe 100644 --- a/src/pulse/stream.h +++ b/src/pulse/stream.h @@ -532,7 +532,7 @@ pa_operation* pa_stream_set_name(pa_stream *s, const char *name, pa_stream_succe * value returned by this function is guaranteed to increase * monotonically. (that means: the returned value is always greater or * equal to the value returned on the last call) This behaviour can - * be disabled by using PA_STREAM_NOT_MONOTONOUS. This may be + * be disabled by using PA_STREAM_NOT_MONOTONIC. This may be * desirable to deal better with bad estimations of transport * latencies, but may have strange effects if the application is not * able to deal with time going 'backwards'. */ |