jcs's openbsd hax
openbsd

Fix a couple of typos in a comment

from upstream

tb 70ce8dca fa23521b

+2 -2
+2 -2
lib/libz/crc32.c
··· 722 722 words = (z_word_t const *)buf; 723 723 724 724 /* Do endian check at execution time instead of compile time, since ARM 725 - processors can change the endianess at execution time. If the 726 - compiler knows what the endianess will be, it can optimize out the 725 + processors can change the endianness at execution time. If the 726 + compiler knows what the endianness will be, it can optimize out the 727 727 check and the unused branch. */ 728 728 endian = 1; 729 729 if (*(unsigned char *)&endian) {