summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-11-09 18:24:09 +0000
committerLennart Poettering <lennart@poettering.net>2007-11-09 18:24:09 +0000
commitd8e0c1c6bdb4fbfcc69d080ca78d76403f9e8760 (patch)
treeab9653d2fcc939d4190d4216bc541aff229b5c31
parentb0a68fd09ff6fa62accdc29307c5f445cc054a94 (diff)
minor typo
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2042 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/pulse/sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/sample.h b/src/pulse/sample.h
index 2c13f57d..8f9f1733 100644
--- a/src/pulse/sample.h
+++ b/src/pulse/sample.h
@@ -50,7 +50,7 @@
* \li PA_SAMPLE_ALAW - 8 bit a-Law.
* \li PA_SAMPLE_ULAW - 8 bit mu-Law.
* \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM, little endian.
- * \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian.
+ * \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian.
*
* The floating point sample formats have the range from -1 to 1.
*