about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
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;