From bfe3676feb5548993292b806de45a1cbc746c05f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 28 Jan 2009 23:03:17 +0000 Subject: spelling/grammar/consistency review part II Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavutil/internal.h') diff --git a/libavutil/internal.h b/libavutil/internal.h index 59c4412e10..e11525f147 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -319,8 +319,8 @@ static av_always_inline av_const float truncf(float x) #endif /* HAVE_TRUNCF */ /** - * Returns NULL if CONFIG_SMALL is true otherwise the argument - * without modifications, used to disable the definition of strings + * Returns NULL if CONFIG_SMALL is true, otherwise the argument + * without modification. Used to disable the definition of strings * (for example AVCodec long_names). */ #if CONFIG_SMALL -- cgit v1.2.1