diff options
author | Diego Biurrun | 2009-01-28 23:16:49 +0000 |
---|---|---|
committer | Diego Biurrun | 2009-01-28 23:16:49 +0000 |
commit | 7d685b486b03ddf734fc5d14ea29fbf0ffc9e51c (patch) | |
tree | e5a81591fb2bab9e11aba6ebadc4775ea65993db /libavutil/internal.h | |
parent | bfe3676feb5548993292b806de45a1cbc746c05f (diff) |
spelling/grammar/consistency review part III
Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index e11525f147..bd2ce5cf6c 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -218,7 +218,7 @@ if((y)<(x)){\ } #endif -/* avoid usage of various functions */ +/* avoid usage of dangerous/inappropriate system functions */ #undef malloc #define malloc please_use_av_malloc #undef free |