Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 23, 2023
1 parent 33832bd commit 2d3946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/valtype.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum valtype {
TYPE_FUNCREF = 0x70,
TYPE_EXTERNREF = 0x6f,

/* a pseudo type for validation logic */
/* pseudo types for validation logic */
TYPE_ANYREF = 0xfe, /* any reftype */
TYPE_UNKNOWN = 0xff,
};
Expand Down

0 comments on commit 2d3946f

Please sign in to comment.