summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-01-17 09:38:41 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2018-01-17 09:38:41 +0900
commit3ae621fcb32a87e65de0ad68c291a12d315a81dd (patch)
treed91b074836481a4185664430caded25b5710ab69 /src/class.c
parentec63b1a0e05b49beb5a7c5b2ec4521ca33a9cf7c (diff)
downloadmruby-3ae621fcb32a87e65de0ad68c291a12d315a81dd.tar.gz
mruby-3ae621fcb32a87e65de0ad68c291a12d315a81dd.zip
Typo fixed.
Diffstat (limited to 'src/class.c')
-rw-r--r--src/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class.c b/src/class.c
index 132cf0176..3f24528ca 100644
--- a/src/class.c
+++ b/src/class.c
@@ -1744,7 +1744,7 @@ mrb_class_path(mrb_state *mrb, struct RClass *c)
return mrb_class_find_path(mrb, c);
}
else if (mrb_symbol_p(path)) {
- /* topleve class/module */
+ /* toplevel class/module */
const char *str;
mrb_int len;