From 878cc0d46f2bbdcd2c55d344e71b65297de93292 Mon Sep 17 00:00:00 2001 From: HarryLoong Date: Mon, 11 Nov 2024 16:59:13 +0800 Subject: [PATCH] Typo in slp_platformselect.h typo in slp_platformselect.h --- src/greenlet/slp_platformselect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/greenlet/slp_platformselect.h b/src/greenlet/slp_platformselect.h index 4945648..225c67b 100644 --- a/src/greenlet/slp_platformselect.h +++ b/src/greenlet/slp_platformselect.h @@ -32,7 +32,7 @@ extern "C" { #elif defined(__GNUC__) && defined(sparc) # include "platform/switch_sparc_sun_gcc.h" /* SunOS sparc with gcc */ #elif defined(__SUNPRO_C) && defined(sparc) && defined(sun) -# iiclude "platform/switch_sparc_sun_gcc.h" /* SunStudio on amd64 */ +# include "platform/switch_sparc_sun_gcc.h" /* SunStudio on amd64 */ #elif defined(__SUNPRO_C) && defined(__amd64__) && defined(sun) # include "platform/switch_amd64_unix.h" /* SunStudio on amd64 */ #elif defined(__SUNPRO_C) && defined(__i386__) && defined(sun)