Skip to content

Commit 2c14ece

Browse files
committed
[Gardening] SIL: Tweaked comment.
1 parent fca9747 commit 2c14ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SIL/SILInstruction.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4648,9 +4648,9 @@ enum class SILAccessEnforcement : uint8_t {
46484648
/// behavior.
46494649
Unsafe,
46504650

4651-
/// Access to pointers that are signed via pointer authentication mechanishm.
4651+
/// Access to pointers that are signed via pointer authentication.
46524652
/// Such pointers should be authenticated before read and signed before a
4653-
/// write. Optimizer should avoid promoting such accesses to values.
4653+
/// write. Optimizations should avoid promoting such accesses to values.
46544654
Signed,
46554655

46564656
// This enum is encoded.

0 commit comments

Comments
 (0)