aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 21:28:32 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 21:28:32 +0000
commitd394511de3304005a8a52e0cbb6dd48fe8b1d3a4 (patch)
tree0cbeb3775d12e86712b373b6e5a62d8ee7b3abc8 /sys/boot
parent2bf6dd18ba2f6fc4830854b9f5d3d79dcffc106d (diff)
downloadsrc-d394511de3304005a8a52e0cbb6dd48fe8b1d3a4.tar.gz
src-d394511de3304005a8a52e0cbb6dd48fe8b1d3a4.zip
More s/file system/filesystem/g
Notes
Notes: svn path=/head/; revision=96755
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/boot1/sys.c2
-rw-r--r--sys/boot/efi/include/efiprot.h2
-rw-r--r--sys/boot/ficl/alpha/sysdep.h2
-rw-r--r--sys/boot/ficl/i386/sysdep.h2
-rw-r--r--sys/boot/ficl/ia64/sysdep.h2
-rw-r--r--sys/boot/sparc64/loader/main.c4
6 files changed, 7 insertions, 7 deletions
diff --git a/sys/boot/alpha/boot1/sys.c b/sys/boot/alpha/boot1/sys.c
index 7b3a6f8643ae..f86df2a07bbe 100644
--- a/sys/boot/alpha/boot1/sys.c
+++ b/sys/boot/alpha/boot1/sys.c
@@ -186,7 +186,7 @@ block_map(int file_block)
#define max(a, b) ((a) > (b) ? (a) : (b))
/*
- * Sanity checks for old file systems.
+ * Sanity checks for old filesystems.
*
* XXX - goes away some day.
*/
diff --git a/sys/boot/efi/include/efiprot.h b/sys/boot/efi/include/efiprot.h
index bd9729ec6f1a..ddbcefd17998 100644
--- a/sys/boot/efi/include/efiprot.h
+++ b/sys/boot/efi/include/efiprot.h
@@ -144,7 +144,7 @@ typedef struct _EFI_DISK_IO {
//
-// Simple file system protocol
+// Simple filesystem protocol
//
#define SIMPLE_FILE_SYSTEM_PROTOCOL \
diff --git a/sys/boot/ficl/alpha/sysdep.h b/sys/boot/ficl/alpha/sysdep.h
index a53d9c9acdaa..c8f892ed2909 100644
--- a/sys/boot/ficl/alpha/sysdep.h
+++ b/sys/boot/ficl/alpha/sysdep.h
@@ -183,7 +183,7 @@ typedef struct
/*
** FICL_WANT_FILE
** Includes the FILE and FILE-EXT wordset and associated code. Turn this off if you do not
-** have a file system!
+** have a filesystem!
** Contributed by Larry Hastings
*/
#if !defined (FICL_WANT_FILE)
diff --git a/sys/boot/ficl/i386/sysdep.h b/sys/boot/ficl/i386/sysdep.h
index b3f896edb377..e1900e2a4659 100644
--- a/sys/boot/ficl/i386/sysdep.h
+++ b/sys/boot/ficl/i386/sysdep.h
@@ -183,7 +183,7 @@ typedef struct
/*
** FICL_WANT_FILE
** Includes the FILE and FILE-EXT wordset and associated code. Turn this off if you do not
-** have a file system!
+** have a filesystem!
** Contributed by Larry Hastings
*/
#if !defined (FICL_WANT_FILE)
diff --git a/sys/boot/ficl/ia64/sysdep.h b/sys/boot/ficl/ia64/sysdep.h
index d0e5a2f2305b..08bc0e1f4d0b 100644
--- a/sys/boot/ficl/ia64/sysdep.h
+++ b/sys/boot/ficl/ia64/sysdep.h
@@ -185,7 +185,7 @@ typedef struct
/*
** FICL_WANT_FILE
** Includes the FILE and FILE-EXT wordset and associated code. Turn this off if you do not
-** have a file system!
+** have a filesystem!
** Contributed by Larry Hastings
*/
#if !defined (FICL_WANT_FILE)
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index 054563dcec3d..c07f1386f6cc 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/sys/boot/sparc64/loader/main.c
@@ -396,10 +396,10 @@ main(int (*openfirm)(void *))
bootdev.d_dev = &ofwdisk;
/*
* Sun compatible bootable CD-ROMs have a disk label placed
- * before the cd9660 data, with the actual file system being
+ * before the cd9660 data, with the actual filesystem being
* in the first partition, while the other partitions contain
* pseudo disk labels with embedded boot blocks for different
- * architectures, which may be followed by UFS file systems.
+ * architectures, which may be followed by UFS filesystems.
* The firmware will set the boot path to the partition it
* boots from ('f' in the sun4u case), but we want the kernel
* to be loaded from the cd9660 fs ('a'), so the boot path