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