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 45bde4e commit 3ab2a45Copy full SHA for 3ab2a45
lldb/include/lldb/Expression/Expression.h
@@ -142,7 +142,7 @@ struct FunctionCallLabel {
142
std::string toString() const;
143
};
144
145
-/// LLDB attaches this prefix to mangled names of functions that it get called
+/// LLDB attaches this prefix to mangled names of functions that get called
146
/// from JITted expressions.
147
inline constexpr llvm::StringRef FunctionCallLabelPrefix = "$__lldb_func";
148
0 commit comments