diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c
index 2617c74ca2..9248ef5bd9 100644
--- a/libavformat/nutenc.c
+++ b/libavformat/nutenc.c
@@ -379,7 +379,7 @@ static int write_header(AVFormatContext *s){
 
     put_flush_packet(bc);
 
-    //FIXME info header, header repeation, ...
+    //FIXME info header, header repeation, index
 
     return 0;
 }