File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ if (Builtin.ID == BuiltinValueKind::id) { \
400
400
401
401
// Remove swiftself and swifterror attribute to match signature generated from
402
402
// RuntimeFunctions.def. These two parameters are passed using swifterror and swiftself,
403
- // but the definition of swift_willThrow generated from the def file doesn't has those
403
+ // but the definition of swift_willThrow generated from the def file doesn't have those
404
404
// attributes due to the def file limitation. In WebAssembly context, these attributes are
405
405
// lowered as usual parameters, so this doesn't have any side effects.
406
406
if (IGF.IGM .TargetInfo .OutputObjectFormat != llvm::Triple::Wasm) {
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ void swift_errorRelease(SwiftError *object);
210
210
// Notes:
211
211
// Remove swiftself and swifterror attribute to match signature generated from
212
212
// RuntimeFunctions.def. These two parameters are passed using swifterror and swiftself,
213
- // but the definition of swift_willThrow generated from the def file doesn't has those
213
+ // but the definition of swift_willThrow generated from the def file doesn't have those
214
214
// attributes due to the def file limitation. In WebAssembly context, these attributes are
215
215
// lowered as usual parameters, so this doesn't have any side effects.
216
216
SWIFT_CC (swift) SWIFT_RUNTIME_STDLIB_API
You can’t perform that action at this time.
0 commit comments