Skip to content

Commit 2739aeb

Browse files
committed
[embedded] Fix typo 'alllocation' in diagnostic message
1 parent e36ceab commit 2739aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsSIL.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ ERROR(embedded_swift_metatype,none,
367367
ERROR(embedded_swift_allocating_type,none,
368368
"cannot use allocating type %0 in -no-allocations mode", (Type))
369369
ERROR(embedded_swift_allocating,none,
370-
"cannot use alllocating type in -no-allocations mode", ())
370+
"cannot use allocating type in -no-allocations mode", ())
371371
NOTE(performance_called_from,none,
372372
"called from here", ())
373373

0 commit comments

Comments
 (0)