From: Ben Pfaff Date: Fri, 15 Dec 2006 14:24:48 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=c00f7a66b5c2352cddc3db336731bab3a8faa1ba Fix comment. --- diff --git a/src/tests/filesys/extended/tar.c b/src/tests/filesys/extended/tar.c index a581861..6f70d97 100644 --- a/src/tests/filesys/extended/tar.c +++ b/src/tests/filesys/extended/tar.c @@ -192,8 +192,8 @@ write_header (const char *file_name, memset (header, 0, sizeof header); -/* Drop confusing and possibly dangerous prefixes from - FILE_NAME. */ + /* Drop confusing and possibly dangerous prefixes from + FILE_NAME. */ while (*file_name == '/' || !memcmp (file_name, "./", 2) || !memcmp (file_name, "../", 3))