From 4ff9786c67f7c7180f33ec146e9acc9ce90adfa9 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 13 Mar 2011 15:44:02 +0100 Subject: Fix trivial "endianness bugs" Replace endianess -> endianness. Signed-off-by: Stefan Weil Signed-off-by: Aurelien Jarno --- target-mips/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-mips') diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 2419aa9..0b98d10 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -63,7 +63,7 @@ union fpr_t { uint32_t w[2]; /* binary single fixed-point */ }; /* define FP_ENDIAN_IDX to access the same location - * in the fpr_t union regardless of the host endianess + * in the fpr_t union regardless of the host endianness */ #if defined(HOST_WORDS_BIGENDIAN) # define FP_ENDIAN_IDX 1 -- cgit v1.1