ext4: Fix Kconfig typo for ext4dev

Looks like there is one more instance where ext4dev should be changed
to ext4 because the module name will be "ext4" unless EXT4DEV_COMPAT
is selected.

Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
Manish Katiyar 2008-10-13 09:01:02 -04:00 committed by Theodore Ts'o
parent cab893d909
commit 473dc8eddb
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ config EXT4_FS
filesystem initially.
To compile this file system support as a module, choose M here. The
module will be called ext4dev.
module will be called ext4.
If unsure, say N.