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 186fc8cf9ee0..f5e121213c22 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1002,12 +1002,12 @@ config HOLES_IN_ZONE | |||
1002 | bool | 1002 | bool |
1003 | 1003 | ||
1004 | # | 1004 | # |
1005 | # Endianess selection. Sufficiently obscure so many users don't know what to | 1005 | # Endianness selection. Sufficiently obscure so many users don't know what to |
1006 | # answer,so we try hard to limit the available choices. Also the use of a | 1006 | # answer,so we try hard to limit the available choices. Also the use of a |
1007 | # choice statement should be more obvious to the user. | 1007 | # choice statement should be more obvious to the user. |
1008 | # | 1008 | # |
1009 | choice | 1009 | choice |
1010 | prompt "Endianess selection" | 1010 | prompt "Endianness selection" |
1011 | help | 1011 | help |
1012 | Some MIPS machines can be configured for either little or big endian | 1012 | Some MIPS machines can be configured for either little or big endian |
1013 | byte order. These modes require different kernels and a different | 1013 | byte order. These modes require different kernels and a different |