about summary refs log tree commit diff
path: root/analyzer
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-07-21 14:40:56 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-07-21 14:40:56 +0000
commitcd6b52d747c7f1b820606297539b47fca08d8c0e (patch)
tree2e5b5256e57c3ec325602ccd7bf28630d8bec443 /analyzer
parentf204d7a87ee535d5d504b8d9e13e65477ca317f3 (diff)
downloadnetpbm-mirror-cd6b52d747c7f1b820606297539b47fca08d8c0e.tar.gz
netpbm-mirror-cd6b52d747c7f1b820606297539b47fca08d8c0e.tar.xz
netpbm-mirror-cd6b52d747c7f1b820606297539b47fca08d8c0e.zip
fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3294 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'analyzer')
-rw-r--r--analyzer/ppmhist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/analyzer/ppmhist.c b/analyzer/ppmhist.c
index 299ab6ca..c4ab3581 100644
--- a/analyzer/ppmhist.c
+++ b/analyzer/ppmhist.c
@@ -172,7 +172,7 @@ universalMaxval(pixval const maxval,
                 int    const format) {
 /*----------------------------------------------------------------------------
   A maxval that makes it impossible for a pixel to be invalid in an image that
-  states it maxval as 'maxval' and has format 'format'.
+  states its maxval as 'maxval' and has format 'format'.
 
   E.g. in a one-byte-per-sample image, it's not possible to read a sample
   value greater than 255, so a maxval of 255 makes it impossible for a sample