Skip to content

Commit b136560

Browse files
committed
fixup! fix typo
1 parent 099d52e commit b136560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Expression/Expression.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ struct FunctionCallLabel {
129129
/// Decodes the specified function \c label into a \c FunctionCallLabel.
130130
static llvm::Expected<FunctionCallLabel> fromString(llvm::StringRef label);
131131

132-
/// Encode this FunctionCallLabel into it's string representation.
132+
/// Encode this FunctionCallLabel into its string representation.
133133
///
134134
/// The representation roundtrips through \c fromString:
135135
/// \code{.cpp}

0 commit comments

Comments
 (0)