Skip to content

Commit 3ab2a45

Browse files
committed
fixup! fix docs
1 parent 45bde4e commit 3ab2a45

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
@@ -142,7 +142,7 @@ struct FunctionCallLabel {
142142
std::string toString() const;
143143
};
144144

145-
/// LLDB attaches this prefix to mangled names of functions that it get called
145+
/// LLDB attaches this prefix to mangled names of functions that get called
146146
/// from JITted expressions.
147147
inline constexpr llvm::StringRef FunctionCallLabelPrefix = "$__lldb_func";
148148

0 commit comments

Comments
 (0)