Skip to content

Commit a2443f7

Browse files
committed
Fix typo in description of GCC_SHORT_ENUMS build setting
rdar://154675013
1 parent bc876fe commit a2443f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBUniversalPlatform/Specs/en.lproj/Apple Clang.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Pascal string literals take the form `\"\\pstring\"` . The special escape sequen
207207
"[GCC_SHORT_ENUMS]-name" = "Short Enumeration Constants";
208208
"[GCC_SHORT_ENUMS]-description" = "Make enums only as large as needed for the range of possible values.
209209

210-
This setting generates code that may not binary compatible with code generated without this setting or with macOS frameworks.";
210+
This setting generates code that may not be binary compatible with code generated without this setting or with macOS frameworks.";
211211
"[GCC_SHORT_ENUMS]-value-[NO]" = "No";
212212
"[GCC_SHORT_ENUMS]-value-[YES]" = "Yes";
213213

0 commit comments

Comments
 (0)