diff h264.c @ 4795:522e52c630bd libavcodec

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents 011fb289e3b0
children 58f1856608f6
line wrap: on
line diff
--- a/h264.c	Sat Apr 07 14:07:33 2007 +0000
+++ b/h264.c	Sat Apr 07 14:09:20 2007 +0000
@@ -8133,7 +8133,7 @@
       } else {
         // start code prefix search
         for(; buf_index + 3 < buf_size; buf_index++){
-            // this should allways succeed in the first iteration
+            // This should always succeed in the first iteration.
             if(buf[buf_index] == 0 && buf[buf_index+1] == 0 && buf[buf_index+2] == 1)
                 break;
         }