Fix capitalization of 'Xbox'.

This commit is contained in:
Mike Pall
2013-02-13 11:57:04 +01:00
parent 4e35c025dc
commit c7f0b6bca0
5 changed files with 10 additions and 10 deletions

View File

@@ -273,7 +273,7 @@ uint64_t _byteswap_uint64(uint64_t);
#if defined(_M_PPC) && defined(LUAJIT_NO_UNALIGNED)
/*
** Replacement for unaligned loads on XBox 360. Disabled by default since it's
** Replacement for unaligned loads on Xbox 360. Disabled by default since it's
** usually more costly than the occasional stall when crossing a cache-line.
*/
static LJ_AINLINE uint16_t lj_getu16(const void *v)