diff --git a/libavformat/mov.c b/libavformat/mov.c
index 39622bff39d0e7a21e7c067703ac6abb78b8651b..a3e5ddb1d7ea586718179871fba74eef83ddf0f9 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -153,7 +153,6 @@ typedef struct MOVContext {
 
 /* those functions parse an atom */
 /* return code:
-  1: found what I wanted, exit
   0: continue to parse next atom
  <0: error occurred, exit
 */