summaryrefslogtreecommitdiff
path: root/lib/fts-cycle.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-05-21 06:42:41 +0000
committerJim Meyering <jim@meyering.net>2005-05-21 06:42:41 +0000
commit716ad689e0fe5e78b2843ab42b2d08cefa422463 (patch)
treef383bfd62f0a6495d426b9ba72f948682bec4c93 /lib/fts-cycle.c
parentc84d7e1cb026ebb61cc26d183b10cb1e3d2016b4 (diff)
downloadcoreutils-716ad689e0fe5e78b2843ab42b2d08cefa422463.tar.xz
fix typo in a comment
Diffstat (limited to 'lib/fts-cycle.c')
-rw-r--r--lib/fts-cycle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fts-cycle.c b/lib/fts-cycle.c
index a0310c2e5..0fb1a03c7 100644
--- a/lib/fts-cycle.c
+++ b/lib/fts-cycle.c
@@ -21,7 +21,7 @@
#include "cycle-check.h"
#include "hash.h"
-/* Use these each of these to map a device/inode pair to an FTSENT. */
+/* Use each of these to map a device/inode pair to an FTSENT. */
struct Active_dir
{
dev_t dev;