Skip to content

Commit d9619af

Browse files
committed
Fix a comment typo in MemAccessUtils.h
1 parent f9e95da commit d9619af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/MemAccessUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
/// Each object's property or its tail storage is separately accessed.
7878
///
7979
/// In addition to the free-standing functions, the AccessBase and
80-
/// AccessStorage classes encapsulte the identity of an access. They can be
80+
/// AccessStorage classes encapsulate the identity of an access. They can be
8181
/// used to:
8282
/// - directly compare and hash access identities
8383
/// - exhaustively switch over the kinds of accesses

0 commit comments

Comments
 (0)