diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-07 09:20:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-07 09:20:47 +0000 |
commit | fa997616ff7030e3f74fc18996e1f90ae5f88a05 (patch) | |
tree | 980f7f54beb14aba7658ddfb2d44706622733356 | |
parent | 0edd80c0f22f0f775b4be715ad9c7ae8a0ea2606 (diff) | |
download | coreutils-fa997616ff7030e3f74fc18996e1f90ae5f88a05.tar.xz |
normalize spelling in comment
-rw-r--r-- | lib/modechange.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/modechange.c b/lib/modechange.c index 4456e6b16..c7681160f 100644 --- a/lib/modechange.c +++ b/lib/modechange.c @@ -1,5 +1,5 @@ /* modechange.c -- file mode manipulation - Copyright (C) 1989, 1990, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1997, 1998, 1999, 2001 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 @@ -429,7 +429,7 @@ mode_adjust (mode_t oldmode, const struct mode_change *changes) /* In order to change only `u', `g', or `o' permissions, or some combination thereof, clear unselected bits. - This can not be done in mode_compile because the value + This cannot be done in mode_compile because the value to which the `changes->affected' mask is applied depends on the old mode of each file. */ value &= changes->affected; |