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-microblaze/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-microblaze') diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c index fdb2b40df..b54b169b1 100644 --- a/target-microblaze/translate.c +++ b/target-microblaze/translate.c @@ -923,7 +923,7 @@ static void dec_load(DisasContext *dc) /* * When doing reverse accesses we need to do two things. * - * 1. Reverse the address wrt endianess. + * 1. Reverse the address wrt endianness. * 2. Byteswap the data lanes on the way back into the CPU core. */ if (rev && size != 4) { -- cgit v1.2.3