diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-24 17:09:28 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-24 17:09:28 +0000 |
commit | ca74c0a180d715f0af685bbd9f4bf01501d38325 (patch) | |
tree | f433a79ce2f1d698dc94407a00074d8a7c158acb /libavcodec/motion_est_template.c | |
parent | cc8de8e8a5789963fe6bbccae0411f2acc278c57 (diff) | |
download | ffmpeg-ca74c0a180d715f0af685bbd9f4bf01501d38325.tar.gz |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est_template.c')
-rw-r--r-- | libavcodec/motion_est_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index 9bfae2e2d7..05c276412c 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -24,7 +24,7 @@ * Motion estimation template. */ -//lets hope gcc will remove the unused vars ...(gcc 3.2.2 seems to do it ...) +//Let us hope gcc will remove the unused vars ...(gcc 3.2.2 seems to do it ...) #define LOAD_COMMON\ uint32_t av_unused * const score_map= c->score_map;\ const int av_unused xmin= c->xmin;\ |