summaryrefslogtreecommitdiff
path: root/src/remove.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-03 02:54:16 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-03 02:54:16 +0000
commitfcf498b1b4e8b87b5f964bd1b68d2157b1199330 (patch)
treeef8aa0a0933e54d9b4f9491962dca4cfe1f3dd8b /src/remove.h
parent89ffaa19909d31dffbcf12fb4498afb72666f6c9 (diff)
downloadcoreutils-fcf498b1b4e8b87b5f964bd1b68d2157b1199330.tar.xz
Fix comment.
Diffstat (limited to 'src/remove.h')
-rw-r--r--src/remove.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/remove.h b/src/remove.h
index 414624b78..d3609d768 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. */