We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099d52e commit b136560Copy full SHA for b136560
lldb/include/lldb/Expression/Expression.h
@@ -129,7 +129,7 @@ struct FunctionCallLabel {
129
/// Decodes the specified function \c label into a \c FunctionCallLabel.
130
static llvm::Expected<FunctionCallLabel> fromString(llvm::StringRef label);
131
132
- /// Encode this FunctionCallLabel into it's string representation.
+ /// Encode this FunctionCallLabel into its string representation.
133
///
134
/// The representation roundtrips through \c fromString:
135
/// \code{.cpp}
0 commit comments