Bernhard Fischer says: fix comment typo
This commit is contained in:
parent
c8e2de6e1b
commit
71224980e1
@ -22,7 +22,7 @@ extern long bb_xgetlarg(const char *arg, int base, long lower, long upper)
|
||||
assert(arg!=NULL);
|
||||
|
||||
/* Don't allow leading whitespace. */
|
||||
if ((isspace)(*arg)) { /* Use an actual funciton call for minimal size. */
|
||||
if (isspace(*arg)) { /* Use an actual function call for minimal size. */
|
||||
bb_show_usage();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user