Skip to content

Commit 9dafa73

Browse files
committed
Spelling fix
1 parent a3abbb8 commit 9dafa73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/retro_endianness.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ static INLINE uint32_t load32be(const uint32_t *addr)
385385
#define retro_be_to_cpu64(val) swap_if_little64(val)
386386

387387
#ifdef __GNUC__
388-
/* This attribute means that the same memory may be refferred through
388+
/* This attribute means that the same memory may be referred through
389389
pointers to different size of the object (aliasing). E.g. that u8 *
390390
and u32 * may actually be pointing to the same object. */
391391
#define MAY_ALIAS __attribute__((__may_alias__))

0 commit comments

Comments
 (0)