Skip to content

Commit 62a986e

Browse files
authored
Merge pull request #67643 from eltociear/patch-43
[SILOptimizer] Fix typo in KeyPathProjector.h
2 parents 24cdf71 + a4ab344 commit 62a986e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Utils/KeyPathProjector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class KeyPathProjector {
6464
/// \param accessType The access type of the projected address.
6565
/// \param callback A callback to invoke with the projected address.
6666
/// The projected address is only valid from within \p callback.
67-
/// If accessType is Get or Modify, the projected addres is an
67+
/// If accessType is Get or Modify, the projected address is an
6868
/// initialized address type. If accessType is set, the projected
6969
/// address points to uninitialized memory.
7070
virtual void project(AccessType accessType,

0 commit comments

Comments
 (0)