comment cleanup

This commit is contained in:
Tim Riker
2001-06-22 00:27:11 +00:00
parent fbbd360b3c
commit 837097648e
3 changed files with 3 additions and 4 deletions

View File

@@ -403,7 +403,7 @@ tarExtractDirectory(TarInfo *header, int extractFlag, int tostdoutFlag)
return( FALSE);
}
/* make the final component, just in case it was
* omitted by create_path() (which will skip the
* omitted by make_directory() (which will skip the
* directory if it doesn't have a terminating '/') */
if (mkdir(header->name, header->mode) < 0 && errno != EEXIST) {
perror_msg("%s", header->name);