Skip to content

Commit 1c0079d

Browse files
author
Ikko Ashimine
authored
SIL: Fix typo in MemAccessUtils.h
begining -> beginning
1 parent 7eb0ca1 commit 1c0079d

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

0 commit comments

Comments
 (0)