From: Paul Eggert Date: Sun, 3 Sep 2006 02:54:16 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v6.2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcf498b1b4e8b87b5f964bd1b68d2157b1199330;p=thirdparty%2Fcoreutils.git Fix comment. --- diff --git a/src/remove.h b/src/remove.h index 414624b788..d3609d768b 100644 --- a/src/remove.h +++ b/src/remove.h @@ -1,7 +1,7 @@ /* Remove directory entries. - Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 1998, 2000, 2002, 2003, 2004, 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 @@ -33,8 +33,8 @@ struct rm_options /* If true, recursively remove directories. */ bool recursive; - /* Pointer to the device and inode numbers of `/', when --recursive. - Otherwise NULL. */ + /* Pointer to the device and inode numbers of `/', when --recursive + and preserving `/'. Otherwise NULL. */ struct dev_ino *root_dev_ino; /* If nonzero, stdin is a tty. */