diff nutenc.c @ 6199:fa244b4fe683 libavformat

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents be118b3b67a8
children ef4606cc4fb3
line wrap: on
line diff
--- a/nutenc.c	Wed Jun 30 07:55:05 2010 +0000
+++ b/nutenc.c	Wed Jun 30 15:38:06 2010 +0000
@@ -242,7 +242,7 @@
 }
 
 /**
- * Gets the length in bytes which is needed to store val as v.
+ * Get the length in bytes which is needed to store val as v.
  */
 static int get_length(uint64_t val){
     int i=1;
@@ -269,7 +269,7 @@
 }
 
 /**
- * Stores a string as vb.
+ * Store a string as vb.
  */
 static void put_str(ByteIOContext *bc, const char *string){
     int len= strlen(string);