From 2b3982ad1c3291c3948548d32baac3350e5f32a6 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 16 Sep 2018 03:24:15 +0000 Subject: [PATCH] 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 --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;