Skip to content

Commit

Permalink
Fix typo in a comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 7, 2023
1 parent 195dbf2 commit e6a6ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubyparser.h
Expand Up @@ -276,7 +276,7 @@ typedef struct RNode_FOR_MASGN {
struct RNode *nd_var;
} rb_node_for_masgn_t;

/* RNode_BREAK, RNode_NEXT and RNode_RETURN should be same structure */
/* RNode_BREAK, RNode_NEXT and RNode_REDO should be same structure */
typedef struct RNode_BREAK {
NODE node;

Expand Down

0 comments on commit e6a6ea9

Please sign in to comment.