Skip to content

Commit 03bda63

Browse files
committed
AccessUtils: comment typo
1 parent 15fef68 commit 03bda63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/Sources/SIL/Utilities/AccessUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public enum AccessBase : CustomStringConvertible, Hashable {
119119
}
120120
}
121121

122-
/// The reference value if this is an access to a referenced objecct (class, box, tail).
122+
/// The reference value if this is an access to a referenced object (class, box, tail).
123123
public var reference: Value? {
124124
switch self {
125125
case .box(let pbi): return pbi.box

0 commit comments

Comments
 (0)