From f5a14486fb6926e904c67eeb1a23bf7d8987680f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 7 Mar 2024 19:11:13 +0000 Subject: Fix comment git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4857 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pambackground.c | 2 +- editor/pammasksharpen.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editor') 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; -- cgit 1.4.1