From 71dcb67d4ee0474c1a6c0af6b2adbabdae325305 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 31 Dec 2021 00:29:46 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4227 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pamendian.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other') 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; -- cgit 1.4.1