Fix typo in a comment [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-12-08 01:20:15 +09:00
parent 195dbf241f
commit e6a6ea9dcf
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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;