We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad2b6e commit 8c00a37Copy full SHA for 8c00a37
lib/SIL/Verifier/SILVerifier.cpp
@@ -1366,7 +1366,7 @@ class SILVerifier : public SILVerifierBase<SILVerifier> {
1366
// guaranteed address-only values are forwarded with the same
1367
// representation. Non-destructive projection is allowed. Aggregation and
1368
// destructive disaggregation is not allowed. See SIL.rst, Forwarding
1369
- // Addres-Only Values.
+ // Address-Only Values.
1370
if (ownership == OwnershipKind::Guaranteed && fwdOp.isAddressOnly()) {
1371
require(fwdOp.hasSameRepresentation(),
1372
"Forwarding a guaranteed address-only value requires the same "
0 commit comments