diff options
| author | Jim Meyering <jim@meyering.net> | 2005-05-21 06:42:41 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2005-05-21 06:42:41 +0000 |
| commit | 716ad689e0fe5e78b2843ab42b2d08cefa422463 (patch) | |
| tree | f383bfd62f0a6495d426b9ba72f948682bec4c93 | |
| parent | Import chown fixes from gnulib. (diff) | |
| download | coreutils-716ad689e0fe5e78b2843ab42b2d08cefa422463.tar.gz coreutils-716ad689e0fe5e78b2843ab42b2d08cefa422463.zip | |
fix typo in a comment
| -rw-r--r-- | lib/fts-cycle.c | 2 |
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; |
