diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-28 23:03:17 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-28 23:03:17 +0000 |
commit | bfe3676feb5548993292b806de45a1cbc746c05f (patch) | |
tree | 18ad073de9e9d1ef37ef08fe31de7929e11f04a3 /libavutil/internal.h | |
parent | 7b484a7a177b689f6f3ae8f16935dd47ff5120c3 (diff) | |
download | ffmpeg-bfe3676feb5548993292b806de45a1cbc746c05f.tar.gz |
spelling/grammar/consistency review part II
Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |