diff avstring.h @ 633:8c48a1b999a3 libavutil

spelling/grammar/consistency review part I
author diego
date Wed, 28 Jan 2009 00:16:05 +0000
parents bd4052d9050c
children 683a6dbdd2b2
line wrap: on
line diff
--- a/avstring.h	Tue Jan 27 00:46:18 2009 +0000
+++ b/avstring.h	Wed Jan 28 00:16:05 2009 +0000
@@ -48,7 +48,7 @@
 
 /**
  * Copy the string src to dst, but no more than size - 1 bytes, and
- * null terminate dst.
+ * null-terminate dst.
  *
  * This function is the same as BSD strlcpy().
  *
@@ -61,7 +61,7 @@
 
 /**
  * Append the string src to the string dst, but to a total length of
- * no more than size - 1 bytes, and null terminate dst.
+ * no more than size - 1 bytes, and null-terminate dst.
  *
  * This function is similar to BSD strlcat(), but differs when
  * size <= strlen(dst).