···722722 words = (z_word_t const *)buf;
723723724724 /* Do endian check at execution time instead of compile time, since ARM
725725- processors can change the endianess at execution time. If the
726726- compiler knows what the endianess will be, it can optimize out the
725725+ processors can change the endianness at execution time. If the
726726+ compiler knows what the endianness will be, it can optimize out the
727727 check and the unused branch. */
728728 endian = 1;
729729 if (*(unsigned char *)&endian) {