From 837097648e88080239dd279489b482d9bb91e765 Mon Sep 17 00:00:00 2001 From: Tim Riker Date: Fri, 22 Jun 2001 00:27:11 +0000 Subject: comment cleanup --- tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tar.c') diff --git a/tar.c b/tar.c index e68194ff7..c18e66fd2 100644 --- a/tar.c +++ b/tar.c @@ -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); -- cgit v1.2.3