From 837097648e88080239dd279489b482d9bb91e765 Mon Sep 17 00:00:00 2001 From: Tim Riker Date: Fri, 22 Jun 2001 00:27:11 +0000 Subject: comment cleanup --- libbb/unarchive.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbb') diff --git a/libbb/unarchive.c b/libbb/unarchive.c index 3fbd6ef31..f396bd724 100644 --- a/libbb/unarchive.c +++ b/libbb/unarchive.c @@ -139,8 +139,7 @@ char *extract_archive(FILE *src_stream, FILE *out_stream, const file_header_t *f } break; case S_IFDIR: - /* Use create_path instead of mkdir incase prefix path - * hasnt been created */ + /* Use make_directory instead of mkdir in case prefix path hasn't been created */ if (function & extract_create_dirs) { if (make_directory(full_name, file_entry->mode, FILEUTILS_RECUR) < 0) { return NULL; -- cgit v1.2.3