Messages in this thread |  | | | Date | Thu, 29 Jun 2006 03:24:54 -0400 | | From | Matt LaPlante <> | | Subject | Re: [PATCH] Kconfig: Typos in fs/Kconfig |
On Thu, 29 Jun 2006 00:20:36 -0700 "Randy.Dunlap" <rdunlap@xenotime.net> wrote:
> On Thu, 29 Jun 2006 02:00:52 -0400 Matt LaPlante wrote: > > > Fix several typos in fs/Kconfig > > > > - > > --- b/fs/Kconfig 2006-06-29 01:35:36.000000000 -0400 > > +++ a/fs/Kconfig 2006-06-29 01:58:52.000000000 -0400 > > @@ -69,7 +69,7 @@ > > default y > > > > config EXT3_FS > > - tristate "Ext3 journalling file system support" > > + tristate "Ext3 journaling file system support" > > Some dictionaries spell it either way, but it should be spelled > consistently (see 3 lines below).
You are correct, I went with the above since it did appear below and was the default in my references. We can always swap and change the below.
> > > select JBD > > help > > This is the journaling version of the Second extended file system > > > @@ -1059,13 +1059,13 @@ > > to be made available to the user in the /proc/fs/jffs/ directory. > > > > config JFFS2_FS > > - tristate "Journalling Flash File System v2 (JFFS2) support" > > + tristate "Journaling Flash File System v2 (JFFS2) support" > > select CRC32 > > depends on MTD > > help > > - JFFS2 is the second generation of the Journalling Flash File System > > + JFFS2 is the second generation of the Journaling Flash File System > > for use on diskless embedded devices. It provides improved wear > > - levelling, compression and support for hard links. You cannot use > > + leveling, compression and support for hard links. You cannot use > > either spelling is OK.
This was my error, I tried to use at least two sources for the others but in this case apparently my initial spell checker was ignorant and I forgot to check elsewhere. Can be left as is.
> > > this on normal block devices, only on 'MTD' devices. > > > > Further information on the design and implementation of JFFS2 is > > --- > ~Randy >
- Matt
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |