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 fca9747 commit 2c14eceCopy full SHA for 2c14ece
include/swift/SIL/SILInstruction.h
@@ -4648,9 +4648,9 @@ enum class SILAccessEnforcement : uint8_t {
4648
/// behavior.
4649
Unsafe,
4650
4651
- /// Access to pointers that are signed via pointer authentication mechanishm.
+ /// Access to pointers that are signed via pointer authentication.
4652
/// Such pointers should be authenticated before read and signed before a
4653
- /// write. Optimizer should avoid promoting such accesses to values.
+ /// write. Optimizations should avoid promoting such accesses to values.
4654
Signed,
4655
4656
// This enum is encoded.
0 commit comments