From: Jim Meyering Date: Sat, 21 May 2005 06:42:41 +0000 (+0000) Subject: fix typo in a comment X-Git-Tag: CPPI-1_12~739 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=716ad689e0fe5e78b2843ab42b2d08cefa422463;p=thirdparty%2Fcoreutils.git fix typo in a comment --- diff --git a/lib/fts-cycle.c b/lib/fts-cycle.c index a0310c2e57..0fb1a03c73 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;