aboutsummaryrefslogtreecommitdiff
path: root/libbb/concat_path_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/concat_path_file.c')
-rw-r--r--libbb/concat_path_file.c2
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 @@
9 */ 9 */
10 10
11/* concatenate path and file name to new allocation buffer, 11/* concatenate path and file name to new allocation buffer,
12 * not addition '/' if path name already have '/' 12 * not adding '/' if path name already has '/'
13*/ 13*/
14 14
15#include "libbb.h" 15#include "libbb.h"