diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h
index 19333c2f78a203f2de3671ccf95b3066cc0871f0..c638ca1e0c825556e3b089be618516107a73cea4 100644
--- a/libavcodec/get_bits.h
+++ b/libavcodec/get_bits.h
@@ -145,7 +145,7 @@ LAST_SKIP_CACHE(name, gb, num)
     will remove the next num bits from the cache if it is needed for UPDATE_CACHE otherwise it will do nothing
 
 LAST_SKIP_BITS(name, gb, num)
-    is equivalent to SKIP_LAST_CACHE; SKIP_COUNTER
+    is equivalent to LAST_SKIP_CACHE; SKIP_COUNTER
 
 for examples see get_bits, show_bits, skip_bits, get_vlc
 */