about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2024-03-07 19:11:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2024-03-07 19:11:13 +0000
commitf5a14486fb6926e904c67eeb1a23bf7d8987680f (patch)
treef92326c3f7e4e5296fff3e9396a57242f8ae48f4
parentabad30593f553f014188d7209812ce4a3573fb0b (diff)
downloadnetpbm-mirror-f5a14486fb6926e904c67eeb1a23bf7d8987680f.tar.gz
netpbm-mirror-f5a14486fb6926e904c67eeb1a23bf7d8987680f.tar.xz
netpbm-mirror-f5a14486fb6926e904c67eeb1a23bf7d8987680f.zip
Fix comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4857 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--editor/pambackground.c2
-rw-r--r--editor/pammasksharpen.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/pambackground.c b/editor/pambackground.c
index 218f5b7e..2aed88c1 100644
--- a/editor/pambackground.c
+++ b/editor/pambackground.c
@@ -22,7 +22,7 @@ parseCommandLine(int argc, const char ** const argv,
    was passed to us as the argv array.
 -----------------------------------------------------------------------------*/
     optEntry *option_def;
-        /* Instructions to OptParseOptions2 on how to parse our options.
+        /* Instructions to OptParseOptions3 on how to parse our options.
          */
     optStruct3 opt;
 
diff --git a/editor/pammasksharpen.c b/editor/pammasksharpen.c
index 1e3dee32..51bdedd9 100644
--- a/editor/pammasksharpen.c
+++ b/editor/pammasksharpen.c
@@ -24,7 +24,7 @@ parseCommandLine(int argc, const char ** const argv,
    was passed to us as the argv array.
 -----------------------------------------------------------------------------*/
     optEntry *option_def;
-        /* Instructions to OptParseOptions2 on how to parse our options.
+        /* Instructions to OptParseOptions3 on how to parse our options.
          */
     optStruct3 opt;