summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h2
1 files changed, 1 insertions, 1 deletions
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;