about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-12-31 00:29:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-12-31 00:29:46 +0000
commit71dcb67d4ee0474c1a6c0af6b2adbabdae325305 (patch)
treeabb029a17140d816436b4fe5204c1f39befe4ef8 /other
parent88974357f5508b3f5c3867f67fd18fa7270c53f0 (diff)
downloadnetpbm-mirror-71dcb67d4ee0474c1a6c0af6b2adbabdae325305.tar.gz
netpbm-mirror-71dcb67d4ee0474c1a6c0af6b2adbabdae325305.tar.xz
netpbm-mirror-71dcb67d4ee0474c1a6c0af6b2adbabdae325305.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4227 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/pamendian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamendian.c b/other/pamendian.c
index 75fa3cbc..3d194a26 100644
--- a/other/pamendian.c
+++ b/other/pamendian.c
@@ -15,7 +15,7 @@ reverseSample(sample       const insample,
               unsigned int const bytesPerSample) {
 /*----------------------------------------------------------------------------
   Return a sample whose value is the least significant
-  'bytes_per_sample' bytes, in reverse order.
+  'bytesPerSample' bytes, in reverse order.
 -----------------------------------------------------------------------------*/
     unsigned int bytePos;
     sample shiftedInsample;