Skip to content

Commit ade9bd9

Browse files
author
Ikko Ashimine
authored
stage1: fix typo in analyze.cpp (#12077)
accomodate -> accommodate
1 parent 3e2e6c1 commit ade9bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stage1/analyze.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,7 @@ static Error type_is_valid_extern_enum_tag(CodeGen *g, ZigType *ty, bool *result
27812781

27822782
// According to the ANSI C standard the enumeration type should be either a
27832783
// signed char, a signed integer or an unsigned one. But GCC/Clang allow
2784-
// other integral types as a compiler extension so let's accomodate them
2784+
// other integral types as a compiler extension so let's accommodate them
27852785
// aswell.
27862786
return type_allowed_in_extern(g, ty, ExternPositionOther, result);
27872787
}

0 commit comments

Comments
 (0)