summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index 0629489b66..0e1a4f39c4 100644
--- a/gc.c
+++ b/gc.c
@@ -9716,7 +9716,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
break;
}
case T_CLASS:
- case T_MODULE:
+ case T_MODULE:
{
VALUE class_path = rb_class_path_cached(obj);
if (!NIL_P(class_path)) {
@@ -9724,7 +9724,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
}
break;
}
- case T_ICLASS:
+ case T_ICLASS:
{
VALUE class_path = rb_class_path_cached(RBASIC_CLASS(obj));
if (!NIL_P(class_path)) {