misc: fix spelling word case

This commit is contained in:
John Bampton
2025-06-25 10:46:23 +10:00
parent 88a7b782c6
commit 383cd6a936
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ static const unsigned int IEEE754_INFINITY_BITS_SINGLE = 0x7F800000;
#endif
#define MRB_VTYPE_FOREACH(f) \
/* mrb_vtype */ /* c type */ /* ruby class */ \
/* mrb_vtype */ /* C type */ /* Ruby class */ \
f(MRB_TT_FALSE, void, "false") \
f(MRB_TT_TRUE, void, "true") \
f(MRB_TT_SYMBOL, void, "Symbol") \