diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 08357ca77..56f2728f5 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -306,7 +306,7 @@ static void __syntax(const char *file, int line) { bb_error_msg("syntax error %s:%d", file, line); } -// NB: was __FILE__, but that produces full path sometimess, so... +// NB: was __FILE__, but that produces full path sometimes, so... #define syntax() __syntax("hush.c", __LINE__) /* Index of subroutines: */ |