From 8cfb4b573ba7c1a50f05573142a62e0f730d9700 Mon Sep 17 00:00:00 2001 From: Gregor Richards Date: Mon, 3 Oct 2016 16:58:27 -0400 Subject: [PATCH] Removing confusing "or C type" verbage --- libretro-common/include/libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index 8c621f980f..d8662e5ebd 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -995,7 +995,7 @@ struct retro_hw_render_context_negotiation_interface * endianness from the one it was saved on. */ #define RETRO_SERIALIZATION_QUIRK_ENDIAN_DEPENDENT (1 << 5) /* Serialized state cannot be loaded on a different platform from the one it - * was saved on for reasons other than endianness, such as word or C type size + * was saved on for reasons other than endianness, such as word size * dependence */ #define RETRO_SERIALIZATION_QUIRK_PLATFORM_DEPENDENT (1 << 6)