From 89c9ff504b29d03cf266aa3598ccb8d2cf1ddd13 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 28 Jan 2009 00:16:05 +0000 Subject: spelling/grammar/consistency review part I Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/avstring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavutil/avstring.h') diff --git a/libavutil/avstring.h b/libavutil/avstring.h index 954174555c..87d29e3e0f 100644 --- a/libavutil/avstring.h +++ b/libavutil/avstring.h @@ -48,7 +48,7 @@ int av_stristart(const char *str, const char *pfx, const char **ptr); /** * 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 @@ size_t av_strlcpy(char *dst, const char *src, size_t size); /** * 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). -- cgit v1.2.3