mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
macros.h: s/endianess/endianness/g
A three-time typo, obviously :) Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
ed8f30d421
commit
6795f4edfd
@ -379,7 +379,7 @@
|
||||
#endif /* generic */
|
||||
|
||||
|
||||
/* detect endianess */
|
||||
/* detect endianness */
|
||||
#undef SPICE_ENDIAN
|
||||
#define SPICE_ENDIAN_LITTLE 4321
|
||||
#define SPICE_ENDIAN_BIG 1234
|
||||
@ -428,11 +428,11 @@
|
||||
#endif
|
||||
|
||||
#if !defined(SPICE_ENDIAN)
|
||||
#error Unable to detect processor endianess
|
||||
#error Unable to detect processor endianness
|
||||
#endif
|
||||
|
||||
#if SPICE_ENDIAN == SPICE_ENDIAN_PDP
|
||||
#error PDP endianess not supported by Spice
|
||||
#error PDP endianness not supported by Spice
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user