diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/concat_path_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/concat_path_file.c b/libbb/concat_path_file.c index ef0d3282d..9aae601a4 100644 --- a/libbb/concat_path_file.c +++ b/libbb/concat_path_file.c @@ -9,7 +9,7 @@ */ /* concatenate path and file name to new allocation buffer, - * not addition '/' if path name already have '/' + * not adding '/' if path name already has '/' */ #include "libbb.h" |