diff options
Diffstat (limited to 'source4/lib/popt/popthelp.c')
-rw-r--r-- | source4/lib/popt/popthelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/popt/popthelp.c b/source4/lib/popt/popthelp.c index 4d8f0efc24..7ae3de7fb5 100644 --- a/source4/lib/popt/popthelp.c +++ b/source4/lib/popt/popthelp.c @@ -678,7 +678,7 @@ static int showShortOptions(const struct poptOption * opt, FILE * fp, /*@globals fileSystem @*/ /*@modifies *str, *fp, fileSystem @*/ { - char * s = alloca(300); /* larger then the ascii set */ + char * s = alloca(300); /* larger than the ascii set */ s[0] = '\0'; /*@-branchstate@*/ /* FIX: W2DO? */ |