* [TRIVIAL] typo in hfsplus.
@ 2008-04-29 20:01 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2008-04-29 20:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, Linux Kernel
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6/fs/hfsplus/super.c~ 2008-04-29 15:59:42.000000000 -0400
+++ linux-2.6/fs/hfsplus/super.c 2008-04-29 15:59:51.000000000 -0400
@@ -357,7 +357,7 @@ static int hfsplus_fill_super(struct sup
printk(KERN_WARNING "hfs: Filesystem is marked locked, mounting read-only.\n");
sb->s_flags |= MS_RDONLY;
} else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) {
- printk(KERN_WARNING "hfs: write access to a jounaled filesystem is not supported, "
+ printk(KERN_WARNING "hfs: write access to a journaled filesystem is not supported, "
"use the force option at your own risk, mounting read-only.\n");
sb->s_flags |= MS_RDONLY;
}
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-29 20:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29 20:01 [TRIVIAL] typo in hfsplus Dave Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.