summaryrefslogtreecommitdiffstats
path: root/fs/hfs
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /fs/hfs
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'fs/hfs')
-rw-r--r--fs/hfs/ChangeLog6
-rw-r--r--fs/hfs/FAQ.txt2
-rw-r--r--fs/hfs/Makefile6
-rw-r--r--fs/hfs/super.c2
4 files changed, 8 insertions, 8 deletions
diff --git a/fs/hfs/ChangeLog b/fs/hfs/ChangeLog
index c063e3f2d..423f86e67 100644
--- a/fs/hfs/ChangeLog
+++ b/fs/hfs/ChangeLog
@@ -344,7 +344,7 @@ Sat Mar 22 19:43:40 1997 Paul H. Hargrove <hargrove@sccm.stanford.edu>
Note that these routines are now tested on Intel, PPC and Alpha.
* Makefile:
- Add -fno-builtin the the CFLAGS.
+ Add -fno-builtin to the CFLAGS.
Fri Feb 14 10:50:14 1997 Paul H. Hargrove <hargrove@sccm.stanford.edu>
@@ -376,7 +376,7 @@ Fri Feb 14 10:50:14 1997 Paul H. Hargrove <hargrove@sccm.stanford.edu>
dir.c, brec.c, btree.c, bitmap.c, bnode.c, bdelete.c, bins_del.c,
binsert.c, Makefile, TODO, balloc.c:
First shot at portability to the DEC Alpha and non-gcc compilers.
- This invloved a significant overhaul of the type system.
+ This involved a significant overhaul of the type system.
Tue Feb 4 04:26:54 1997 Paul H. Hargrove <hargrove@sccm.stanford.edu>
@@ -2346,7 +2346,7 @@ Feb 28, 1995: version 0.4 hargrove@sccm.stanford.edu (Paul H. Hargrove)
More code reorganization to abstract the btree operations.
Added the fork= mount option.
Added AppleDouble support. Executor, from ARDI, can now run programs
- from HFS filesystems mounted w/ the HFS module.
+ from HFS filesystems mounted with the HFS module.
Jan 28, 1995: version 0.3 hargrove@sccm.stanford.edu (Paul H. Hargrove)
Major code reorganization.
diff --git a/fs/hfs/FAQ.txt b/fs/hfs/FAQ.txt
index 1d2a7caaf..de76e8d23 100644
--- a/fs/hfs/FAQ.txt
+++ b/fs/hfs/FAQ.txt
@@ -42,7 +42,7 @@
14. In what ways can I write to HFS filesystems?
- 15. Does the HFS filesystem work with 400k or 800k Macintosh
+ 15. Does the HFS filesystem work with 400 kB or 800 kB Macintosh
diskettes?
16. How can I format an HFS filesystem?
diff --git a/fs/hfs/Makefile b/fs/hfs/Makefile
index 7ea8e6560..238bbba81 100644
--- a/fs/hfs/Makefile
+++ b/fs/hfs/Makefile
@@ -1,11 +1,11 @@
#
-# Makefile for the linux hfs-filesystem routines.
+# Makefile for the Linux hfs filesystem routines.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
+# unless it's something special (not a .c file).
#
-# Note 2! The CFLAGS definitions are now in the main makefile...
+# Note 2! The CFLAGS definitions are now in the main makefile.
O_TARGET := hfs.o
O_OBJS := balloc.o bdelete.o bfind.o bins_del.o binsert.o bitmap.o bitops.o \
diff --git a/fs/hfs/super.c b/fs/hfs/super.c
index 81a1c2562..166d69cd5 100644
--- a/fs/hfs/super.c
+++ b/fs/hfs/super.c
@@ -4,7 +4,7 @@
* Copyright (C) 1995-1997 Paul H. Hargrove
* This file may be distributed under the terms of the GNU Public License.
*
- * This file contains hfs_read_super() some of the the super_ops and
+ * This file contains hfs_read_super(), some of the super_ops and
* init_module() and cleanup_module(). The remaining super_ops are in
* inode.c since they deal with inodes.
*