[SwiftCompilerSources] Fix typos

This commit is contained in:
Alexander Cyon
2024-08-09 07:22:39 +02:00
committed by GitHub
parent ffba6d1498
commit c18a24e499
21 changed files with 44 additions and 44 deletions

View File

@@ -87,7 +87,7 @@ public struct OperandArray : RandomAccessCollection, CustomReflectable {
/// Returns a sub-array defined by `bounds`.
///
/// Note: this does not return a Slice. The first index of the returnd array is always 0.
/// Note: this does not return a Slice. The first index of the returned array is always 0.
public subscript(bounds: Range<Int>) -> OperandArray {
assert(bounds.lowerBound >= startIndex && bounds.upperBound <= endIndex)
return OperandArray(