aboutsummaryrefslogtreecommitdiffstats
path: root/shape.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-11-27 14:04:56 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-11-27 14:04:56 -0500
commit872922b03d9be2a4d861c5eb8190be24498e3e9d (patch)
tree2fe420924ffa1b0b8bc66b36c78f724ba288538d /shape.c
parent95064bb88db7ff0d71bf9c921b0b87fe1ae712d7 (diff)
downloadruby-872922b03d9be2a4d861c5eb8190be24498e3e9d.tar.gz
Fix indentation in comment in shape.c
Diffstat (limited to 'shape.c')
-rw-r--r--shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shape.c b/shape.c
index 7406e74dbf..7fe21b1c58 100644
--- a/shape.c
+++ b/shape.c
@@ -806,7 +806,7 @@ shape_cache_get_iv_index(rb_shape_t *shape, ID id, attr_index_t *value)
}
/* Verify the cache is correct by checking that this instance variable
- * does not exist in the shape tree either. */
+ * does not exist in the shape tree either. */
RUBY_ASSERT(!shape_get_iv_index(shape, id, value));
}