diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-23 21:12:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-23 21:12:56 +0000 |
commit | 105e3897ac6b248f4736ff848d05fb2851eaead3 (patch) | |
tree | 782560113f6d392f6b4fe478f8394e9c0eb18d54 | |
parent | 3bd39046605304cfb49bc6c8c72ac6452a14d88e (diff) |
Fix typo.
-rw-r--r-- | arch/mips/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 1e6582ff8..72a4b4cd9 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.32 1999/10/09 00:00:57 ralf Exp $ +# $Id: config.in,v 1.33 1999/12/04 03:58:59 ralf Exp $ # For a description of the syntax of this configuration file, # see the Configure script. # @@ -242,7 +242,7 @@ if [ "$CONFIG_SGI_IP22" != "y" -a "$CONFIG_DECSTATION" != "y" -a "$CONFIG_BAGET_ endmenu mainmenu_option next_comment - comment comment 'Old CD-ROM drivers (not SCSI, not IDE)' + comment 'Old CD-ROM drivers (not SCSI, not IDE)' bool 'Support non-SCSI/IDE/ATAPI drives' CONFIG_CD_NO_IDESCSI if [ "$CONFIG_CD_NO_IDESCSI" != "n" ]; then |