ruby-changes:49655
From: kazu <ko1@a...>
Date: Thu, 11 Jan 2018 22:56:09 +0900 (JST)
Subject: [ruby-changes:49655] kazu:r61771 (trunk): Fix a typo [ci skip]
kazu 2018-01-11 22:56:05 +0900 (Thu, 11 Jan 2018) New Revision: 61771 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61771 Log: Fix a typo [ci skip] Modified files: trunk/parse.y Index: parse.y =================================================================== --- parse.y (revision 61770) +++ parse.y (revision 61771) @@ -203,7 +203,7 @@ struct parser_params { https://github.com/ruby/ruby/blob/trunk/parse.y#L203 enum lex_state_e state; /* track the nest level of any parens "()[]{}" */ int paren_nest; - /* keep paren_nest at the beginning of lambda "->" to detect tLAMBEG and keyowrd_do_LAMBDA */ + /* keep paren_nest at the beginning of lambda "->" to detect tLAMBEG and keyword_do_LAMBDA */ int lpar_beg; /* track the nest level of only braces "{}" */ int brace_nest; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/