We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3abbb8 commit 9dafa73Copy full SHA for 9dafa73
1 file changed
include/retro_endianness.h
@@ -385,7 +385,7 @@ static INLINE uint32_t load32be(const uint32_t *addr)
385
#define retro_be_to_cpu64(val) swap_if_little64(val)
386
387
#ifdef __GNUC__
388
-/* This attribute means that the same memory may be refferred through
+/* This attribute means that the same memory may be referred through
389
pointers to different size of the object (aliasing). E.g. that u8 *
390
and u32 * may actually be pointing to the same object. */
391
#define MAY_ALIAS __attribute__((__may_alias__))
0 commit comments