]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo in comment
authorJim Meyering <jim@meyering.net>
Mon, 9 Jan 2006 20:32:08 +0000 (20:32 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 9 Jan 2006 20:32:08 +0000 (20:32 +0000)
lib/chdir-safer.c

index 1aeaae840fbbfee58e2bbb8097b97376402883cc..b41123014c8863388b0f25e6ff98665a27954dac 100644 (file)
@@ -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