diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 02:19:14 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 02:19:14 +0000 |
| commit | 46c2a2cfa4db0a7969436da3293dedaadf750470 (patch) | |
| tree | 9e08fb6b9504917bf2eb917a2e6f067ec3218930 /usr.bin/find/function.c | |
| parent | db4f576472b23c95fa8d8e50e425d45b264e9fd0 (diff) | |
Notes
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 295bdbe2856f..7153891710fd 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -718,7 +718,7 @@ f_fstype(plan, entry) curdev = entry->fts_statp->st_dev; /* - * Statfs follows symlinks; find wants the link's file system, + * Statfs follows symlinks; find wants the link's filesystem, * not where it points. */ if (entry->fts_info == FTS_SL || |
