Skip to content

Commit 8c00a37

Browse files
committed
[SILVerifier] NFC: De-typo'd.
1 parent aad2b6e commit 8c00a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/Verifier/SILVerifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ class SILVerifier : public SILVerifierBase<SILVerifier> {
13661366
// guaranteed address-only values are forwarded with the same
13671367
// representation. Non-destructive projection is allowed. Aggregation and
13681368
// destructive disaggregation is not allowed. See SIL.rst, Forwarding
1369-
// Addres-Only Values.
1369+
// Address-Only Values.
13701370
if (ownership == OwnershipKind::Guaranteed && fwdOp.isAddressOnly()) {
13711371
require(fwdOp.hasSameRepresentation(),
13721372
"Forwarding a guaranteed address-only value requires the same "

0 commit comments

Comments
 (0)