summaryrefslogtreecommitdiff
path: root/include/ruby/internal/attr/cold.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/attr/cold.h')
-rw-r--r--include/ruby/internal/attr/cold.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/attr/cold.h b/include/ruby/internal/attr/cold.h
index fcee507456..6db57fc9c2 100644
--- a/include/ruby/internal/attr/cold.h
+++ b/include/ruby/internal/attr/cold.h
@@ -25,7 +25,7 @@
/** Wraps (or simulates) `__attribute__((cold))` */
#if RBIMPL_COMPILER_IS(SunPro)
-# /* Recent SunPro has __has_attribute, and is borken. */
+# /* Recent SunPro has __has_attribute, and is broken. */
# /* It reports it has attribute cold, reality isn't (warnings issued). */
# define RBIMPL_ATTR_COLD() /* void */
#elif RBIMPL_HAS_ATTRIBUTE(cold)