Update of /cvsroot/linuxdc/linux-sh-dc/fs
In directory usw-pr-cvs1:/tmp/cvs-serv24322/fs
Modified Files:
Tag: linux-sh-dc-2_4-branch
Config.in
Log Message:
Fix typos
Index: Config.in
===================================================================
RCS file: /cvsroot/linuxdc/linux-sh-dc/fs/Attic/Config.in,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- Config.in 3 Nov 2002 03:58:55 -0000 1.1.2.2
+++ Config.in 3 Nov 2002 04:05:36 -0000 1.1.2.3
@@ -93,7 +93,7 @@
tristate 'UFS file system support (read only)' CONFIG_UFS_FS
dep_mbool ' UFS file system write support (DANGEROUS)' CONFIG_UFS_FS_WRITE $CONFIG_UFS_FS $CONFIG_EXPERIMENTAL
-dep_tristate 'SEGA Dreamcast VMU file system support' CONFIG_VMU_FS $CONFIG_EXPERIMENTAL
+dep_tristate 'SEGA Dreamcast VMU file system support (EXPERIMENTAL)' CONFIG_VMU_FS $CONFIG_EXPERIMENTAL
if [ "$CONFIG_NET" = "y" ]; then
|