aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorMatt LaPlante <laplam@rpi.edu>2006-10-03 16:22:29 -0400
committerAdrian Bunk <bunk@stusta.de>2006-10-03 16:22:29 -0400
commitcc2e2767f172fb2f38ca72e22ac98e452550437f (patch)
tree9db828ab5b1bde698653c815968d1e8ef7c0438f /fs/Kconfig
parent4b3f686d4aa8ad815dc68a4e8fabd05b1ebb9f2c (diff)
Typos in fs/Kconfig
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 1453d2d164f7..8d18497de629 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -74,11 +74,11 @@ config EXT3_FS
74 tristate "Ext3 journalling file system support" 74 tristate "Ext3 journalling file system support"
75 select JBD 75 select JBD
76 help 76 help
77 This is the journaling version of the Second extended file system 77 This is the journalling version of the Second extended file system
78 (often called ext3), the de facto standard Linux file system 78 (often called ext3), the de facto standard Linux file system
79 (method to organize files on a storage device) for hard disks. 79 (method to organize files on a storage device) for hard disks.
80 80
81 The journaling code included in this driver means you do not have 81 The journalling code included in this driver means you do not have
82 to run e2fsck (file system checker) on your file systems after a 82 to run e2fsck (file system checker) on your file systems after a
83 crash. The journal keeps track of any changes that were being made 83 crash. The journal keeps track of any changes that were being made
84 at the time the system crashed, and can ensure that your file system 84 at the time the system crashed, and can ensure that your file system
@@ -143,7 +143,7 @@ config EXT3_FS_SECURITY
143config JBD 143config JBD
144 tristate 144 tristate
145 help 145 help
146 This is a generic journaling layer for block devices. It is 146 This is a generic journalling layer for block devices. It is
147 currently used by the ext3 and OCFS2 file systems, but it could 147 currently used by the ext3 and OCFS2 file systems, but it could
148 also be used to add journal support to other file systems or block 148 also be used to add journal support to other file systems or block
149 devices such as RAID or LVM. 149 devices such as RAID or LVM.
@@ -183,7 +183,7 @@ config REISERFS_FS
183 tristate "Reiserfs support" 183 tristate "Reiserfs support"
184 help 184 help
185 Stores not just filenames but the files themselves in a balanced 185 Stores not just filenames but the files themselves in a balanced
186 tree. Uses journaling. 186 tree. Uses journalling.
187 187
188 Balanced trees are more efficient than traditional file system 188 Balanced trees are more efficient than traditional file system
189 architectural foundations. 189 architectural foundations.
@@ -1090,7 +1090,7 @@ config JFFS_FS
1090 tristate "Journalling Flash File System (JFFS) support" 1090 tristate "Journalling Flash File System (JFFS) support"
1091 depends on MTD && BLOCK 1091 depends on MTD && BLOCK
1092 help 1092 help
1093 JFFS is the Journaling Flash File System developed by Axis 1093 JFFS is the Journalling Flash File System developed by Axis
1094 Communications in Sweden, aimed at providing a crash/powerdown-safe 1094 Communications in Sweden, aimed at providing a crash/powerdown-safe
1095 file system for disk-less embedded devices. Further information is 1095 file system for disk-less embedded devices. Further information is
1096 available at (<http://developer.axis.com/software/jffs/>). 1096 available at (<http://developer.axis.com/software/jffs/>).
@@ -1260,7 +1260,7 @@ config JFFS2_CMODE_NONE
1260config JFFS2_CMODE_PRIORITY 1260config JFFS2_CMODE_PRIORITY
1261 bool "priority" 1261 bool "priority"
1262 help 1262 help
1263 Tries the compressors in a predefinied order and chooses the first 1263 Tries the compressors in a predefined order and chooses the first
1264 successful one. 1264 successful one.
1265 1265
1266config JFFS2_CMODE_SIZE 1266config JFFS2_CMODE_SIZE
@@ -1950,7 +1950,7 @@ config AFS_FS
1950 If you say Y here, you will get an experimental Andrew File System 1950 If you say Y here, you will get an experimental Andrew File System
1951 driver. It currently only supports unsecured read-only AFS access. 1951 driver. It currently only supports unsecured read-only AFS access.
1952 1952
1953 See <file:Documentation/filesystems/afs.txt> for more intormation. 1953 See <file:Documentation/filesystems/afs.txt> for more information.
1954 1954
1955 If unsure, say N. 1955 If unsure, say N.
1956 1956