summaryrefslogtreecommitdiffstats
path: root/bin/pax/tables.h
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
commit56036d26233ff609be6306f948bdbebc57075335 (patch)
treea6535f7145cab2b794accc91e7549be9d65f90f6 /bin/pax/tables.h
parent24cc1f8e45f072238cecb4ba927e38f90d1627f5 (diff)
downloadFreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.zip
FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.tar.gz
Consistancy check s/file system/filesystem/
Reviewed by: brian
Diffstat (limited to 'bin/pax/tables.h')
-rw-r--r--bin/pax/tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/tables.h b/bin/pax/tables.h
index 74c91f7..8da63ab 100644
--- a/bin/pax/tables.h
+++ b/bin/pax/tables.h
@@ -56,7 +56,7 @@
/*
* file hard link structure (hashed by dev/ino and chained) used to find the
- * hard links in a file system or with some archive formats (cpio)
+ * hard links in a filesystem or with some archive formats (cpio)
*/
typedef struct hrdlnk {
char *name; /* name of first file seen with this ino/dev */
OpenPOWER on IntegriCloud