diff nutenc.c @ 2393:fc685315d568 libavformat

spelling/wording cosmetics
author diego
date Fri, 17 Aug 2007 10:45:50 +0000
parents 5c3d8e112e79
children 153d6efc05b8
line wrap: on
line diff
--- a/nutenc.c	Fri Aug 17 06:49:43 2007 +0000
+++ b/nutenc.c	Fri Aug 17 10:45:50 2007 +0000
@@ -160,7 +160,7 @@
 }
 
 /**
- * stores a string as vb.
+ * Stores a string as vb.
  */
 static void put_str(ByteIOContext *bc, const char *string){
     int len= strlen(string);
@@ -457,7 +457,7 @@
     if(pkt->size + 30/*FIXME check*/ + url_ftell(bc) >= nut->last_syncpoint_pos + nut->max_distance)
         store_sp= 1;
 
-//FIXME ensure store_sp is 1 for the first thing
+//FIXME: Ensure store_sp is 1 in the first place.
 
     if(store_sp){
         syncpoint_t *sp, dummy= {.pos= INT64_MAX};