diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 1443024b1c7c..22bb540b5c05 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -865,7 +865,7 @@ config MIPS_DISABLE_OBSOLETE_IDE | |||
865 | bool | 865 | bool |
866 | 866 | ||
867 | # | 867 | # |
868 | # Endianess selection. Suffiently obscure so many users don't know what to | 868 | # Endianess selection. Sufficiently obscure so many users don't know what to |
869 | # answer,so we try hard to limit the available choices. Also the use of a | 869 | # answer,so we try hard to limit the available choices. Also the use of a |
870 | # choice statement should be more obvious to the user. | 870 | # choice statement should be more obvious to the user. |
871 | # | 871 | # |
@@ -874,7 +874,7 @@ choice | |||
874 | help | 874 | help |
875 | Some MIPS machines can be configured for either little or big endian | 875 | Some MIPS machines can be configured for either little or big endian |
876 | byte order. These modes require different kernels and a different | 876 | byte order. These modes require different kernels and a different |
877 | Linux distribution. In general there is one prefered byteorder for a | 877 | Linux distribution. In general there is one preferred byteorder for a |
878 | particular system but some systems are just as commonly used in the | 878 | particular system but some systems are just as commonly used in the |
879 | one or the other endianess. | 879 | one or the other endianess. |
880 | 880 | ||