Skip to content

Commit 22b7b79

Browse files
labathkuilpd
andauthored
Update lldb/source/ValueObject/ValueObject.cpp
fix typo Co-authored-by: Ilia Kuklin <[email protected]>
1 parent a295fdb commit 22b7b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/ValueObject/ValueObject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ static ValueObjectSP GetAlternateValue(
22232223
return nullptr;
22242224
}
22252225

2226-
// Dereference the provided object or the alternate value, ir permitted by the
2226+
// Dereference the provided object or the alternate value, if permitted by the
22272227
// expression path options.
22282228
static ValueObjectSP DereferenceValueOrAlternate(
22292229
ValueObject &valobj,

0 commit comments

Comments
 (0)