From 1fe2d0fd1a93beb4f16b5d4d0148da73ae31f330 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 16 Sep 2007 16:23:34 +0000 Subject: cosmetics: typo Originally committed as revision 10507 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cabac.h') diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index 31cff9148c..bb682d9498 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -806,7 +806,7 @@ static int get_cabac_terminate(CABACContext *c){ } /** - * get (truncated) unnary binarization. + * Get (truncated) unary binarization. */ static int get_cabac_u(CABACContext *c, uint8_t * state, int max, int max_index, int truncated){ int i; -- cgit v1.2.3