summaryrefslogtreecommitdiff
path: root/lib/chdir-safer.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-09 20:32:08 +0000
committerJim Meyering <jim@meyering.net>2006-01-09 20:32:08 +0000
commit0cb6f1cc82979a3c0307b6f2f23ba494b73ff9a5 (patch)
treeaf45d39d7e7853b9f6911655057a877e88a6ae9f /lib/chdir-safer.c
parent52b94c3e5768906f4c32caee03f277350c22a9f9 (diff)
downloadcoreutils-0cb6f1cc82979a3c0307b6f2f23ba494b73ff9a5.tar.xz
fix typo in comment
Diffstat (limited to 'lib/chdir-safer.c')
-rw-r--r--lib/chdir-safer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chdir-safer.c b/lib/chdir-safer.c
index 1aeaae840..b41123014 100644
--- a/lib/chdir-safer.c
+++ b/lib/chdir-safer.c
@@ -1,6 +1,6 @@
/* much like chdir(2), but safer
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@
&& (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)
/* Like chdir, but fail if DIR is a symbolic link to a directory (or
- similar funny business), or if DIR not readable. This avoids a
+ similar funny business), or if DIR is not readable. This avoids a
minor race condition between when a directory is created or statted
and when the process chdirs into it. */
int