diff options
Diffstat (limited to 'src/remove.h')
-rw-r--r-- | src/remove.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remove.h b/src/remove.h index 427efd9ca..c4c59a20b 100644 --- a/src/remove.h +++ b/src/remove.h @@ -49,8 +49,8 @@ struct rm_options /* If true, recursively remove directories. */ bool recursive; - /* Pointer to the device and inode numbers of `/', when --recursive - and preserving `/'. 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. */ |