summaryrefslogtreecommitdiffstats
path: root/usr.bin/gzip/gzip.c
diff options
context:
space:
mode:
authorbcr <bcr@FreeBSD.org>2010-10-16 15:24:04 +0000
committerbcr <bcr@FreeBSD.org>2010-10-16 15:24:04 +0000
commit391f91aab5e3fd2fc1962325e0153a53cc91e42d (patch)
treee591cc7573cdbafedf1f20169adc039c918bf79c /usr.bin/gzip/gzip.c
parent1b1731a5575c618579523345b5817f4c82bab7f1 (diff)
downloadFreeBSD-src-391f91aab5e3fd2fc1962325e0153a53cc91e42d.zip
FreeBSD-src-391f91aab5e3fd2fc1962325e0153a53cc91e42d.tar.gz
Correct some typos in comments, no functional changes.
Diffstat (limited to 'usr.bin/gzip/gzip.c')
-rw-r--r--usr.bin/gzip/gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c
index 3f9bb4a..d86e84b 100644
--- a/usr.bin/gzip/gzip.c
+++ b/usr.bin/gzip/gzip.c
@@ -1162,7 +1162,7 @@ unlink_input(const char *file, const struct stat *sb)
if (kflag)
return;
if (stat(file, &nsb) != 0)
- /* Must be gone alrady */
+ /* Must be gone already */
return;
if (nsb.st_dev != sb->st_dev || nsb.st_ino != sb->st_ino)
/* Definitely a different file */
OpenPOWER on IntegriCloud