cosmetics: Fix two common typos: wont --> will not, lets --> let us.

Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-07-24 17:09:28 +00:00
parent cc8de8e8a5
commit ca74c0a180
7 changed files with 9 additions and 9 deletions

View File

@ -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;\