X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmodechange.c;h=c7681160f03399c7038c105a1f7a38408aab6470;hb=607bcdf5ffd953cb80ba60808242284c14090490;hp=4456e6b16cec3be7db39b92045aca454fead15cc;hpb=43b0594f91c32af75ee466e7d653915eb778db2c;p=gnulib.git 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;