Skip to content

Commit a4ab344

Browse files
author
Ikko Eltociear Ashimine
authored
[SILOptimizer] Fix typo in KeyPathProjector.h
addres -> address
1 parent 1af18c3 commit a4ab344

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)