Skip to content

Commit 3d685b5

Browse files
authored
Merge pull request swiftlang#39570 from eltociear/patch-23
2 parents aba448e + 1c0079d commit 3d685b5

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
@@ -948,7 +948,7 @@ namespace swift {
948948
/// The index of ref_element_addr is part of the storage identity and does
949949
/// not contribute to the access path indices.
950950
///
951-
/// A well-formed path has at most one offset component at the begining of the
951+
/// A well-formed path has at most one offset component at the beginning of the
952952
/// path (chained index_addrs are merged into one offset). In other words,
953953
/// taking an offset from a subobject projection is not well-formed access
954954
/// path. However, it is possible (however undesirable) for programmers to

0 commit comments

Comments
 (0)