Skip to content

Commit 097ab0e

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents e40251b + 3d685b5 commit 097ab0e

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)