diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tinyalsa/pcm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tinyalsa/pcm.h b/include/tinyalsa/pcm.h index b7c32b3..69544a1 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -94,8 +94,8 @@ extern "C" { */ #define PCM_STATE_RUNNING 0x03 -/** For inputs, this means an underrun occured. - * For outputs, this means an overrun occured. +/** For inputs, this means an overrun occured. + * For outputs, this means an underrun occured. */ #define PCM_STATE_XRUN 0x04 |