Skip to content

Commit d46c30a

Browse files
Fix typo: vlaue → value
1 parent 3e7bf9b commit d46c30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/LValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct LValueTypeData {
5353
/// On physical path components, projection yields an address of
5454
/// this type. On logical path components, materialize yields an
5555
/// address of this type, set expects a value of this type, and
56-
/// get yields a vlaue of this type.
56+
/// get yields a value of this type.
5757
SILType TypeOfRValue;
5858

5959
LValueTypeData() = default;

0 commit comments

Comments
 (0)