From 716ad689e0fe5e78b2843ab42b2d08cefa422463 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 21 May 2005 06:42:41 +0000 Subject: fix typo in a comment --- lib/fts-cycle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fts-cycle.c') 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; -- cgit v1.2.3-54-g00ecf