diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-10-03 00:04:00 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-10-03 00:04:00 +0000 |
commit | 9b17619742e42e7af1cafcd87febd1c543c355bf (patch) | |
tree | f7b1c9b2b803d587d6acffadab8ac5cfae75721a /converter/ppm/ppmtompeg/rate.c | |
parent | 13448a9ced3d4ad1582e81980decf78a727a078b (diff) | |
download | netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.tar.gz netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.tar.xz netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.zip |
typos in comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1582 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/ppmtompeg/rate.c')
-rw-r--r-- | converter/ppm/ppmtompeg/rate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ppmtompeg/rate.c b/converter/ppm/ppmtompeg/rate.c index 0f1bcac1..d92afb64 100644 --- a/converter/ppm/ppmtompeg/rate.c +++ b/converter/ppm/ppmtompeg/rate.c @@ -595,7 +595,7 @@ updateRateControl(int const type) { * MB_RateOut * * Prints out sampling of MB rate control data. Every "nth" block - * stats are printed, with "n" controled by global RC_MB_SAMPLE_RATE + * stats are printed, with "n" controlled by global RC_MB_SAMPLE_RATE * (NB. "skipped" blocks do not go through this function and thus do not * show up in the sample ) * |