Revision 4ff9786c target-microblaze/translate.c

b/target-microblaze/translate.c
923 923
    /*
924 924
     * When doing reverse accesses we need to do two things.
925 925
     *
926
     * 1. Reverse the address wrt endianess.
926
     * 1. Reverse the address wrt endianness.
927 927
     * 2. Byteswap the data lanes on the way back into the CPU core.
928 928
     */
929 929
    if (rev && size != 4) {

Also available in: Unified diff