summaryrefslogtreecommitdiff
path: root/libavcodec/get_bits.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-04-14 22:35:25 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-04-22 20:44:31 +0200
commit8cbf0827e1b261c7be09444e44f84fb96d311f4c (patch)
treedcefbc6e7c477346477e5a0739e97eabee7642d5 /libavcodec/get_bits.h
parent994a582a02aca1f11675300af10c9fd150958d6a (diff)
downloadffmpeg-8cbf0827e1b261c7be09444e44f84fb96d311f4c.tar.gz
Various small spelling fixes.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/get_bits.h')
-rw-r--r--libavcodec/get_bits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h
index 7824e5ab0f..82421cba32 100644
--- a/libavcodec/get_bits.h
+++ b/libavcodec/get_bits.h
@@ -219,7 +219,7 @@ static inline void skip_bits_long(GetBitContext *s, int n)
}
/**
- * read mpeg1 dc style vlc (sign bit + mantisse with no MSB).
+ * read mpeg1 dc style vlc (sign bit + mantissa with no MSB).
* if MSB not set it is negative
* @param n length in bits
*/