summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-16 03:24:15 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-16 03:24:15 +0000
commit2b3982ad1c3291c3948548d32baac3350e5f32a6 (patch)
treed7e2d7e887e4caa3bd67eb19e5cb72da8ba342bf /node.c
parent2521b079fa462d94a2be3132cff7b4c1e59fdaf2 (diff)
node.c: Typo fix. Patch by Shuichi Tamayose. [ci skip] [Fix GH-1880]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.c b/node.c
index 7c5e1397e6..9d4a310f15 100644
--- a/node.c
+++ b/node.c
@@ -803,7 +803,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
return;
case NODE_UNDEF:
- ANN("method alias statement");
+ ANN("method undef statement");
ANN("format: undef [nd_undef]");
ANN("example: undef foo");
LAST_NODE;