Skip to content

Commit 9e96f28

Browse files
committed
Update comment
1 parent a3c9773 commit 9e96f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/Parser/AMReX_Parser_Y.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ struct alignas(parser_node) parser_usrf2 { /* User functions with two arguments
251251
struct parser_node* r;
252252
};
253253

254-
struct alignas(parser_node) parser_usrfn { /* User functions with three arguments */
254+
struct alignas(parser_node) parser_usrfn { /* User functions with three or more arguments */
255255
enum parser_node_t type;
256256
short argc;
257257
char* name;

0 commit comments

Comments
 (0)