diff options
-rw-r--r-- | lldb/include/lldb/Core/Address.h | 2 | ||||
-rw-r--r-- | lldb/include/lldb/Target/ExecutionContextScope.h | 4 | ||||
-rw-r--r-- | lldb/include/lldb/Target/Target.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lldb/include/lldb/Core/Address.h b/lldb/include/lldb/Core/Address.h index 5ef16df2a47..d7eeccc58e6 100644 --- a/lldb/include/lldb/Core/Address.h +++ b/lldb/include/lldb/Core/Address.h @@ -422,7 +422,7 @@ public: /// \return /// Returns \b true if the load address was resolved to be /// section/offset, \b false otherwise. It is often ok for an - /// address no not resolve to a section in a module, this often + /// address to not resolve to a section in a module, this often /// happens for JIT'ed code, or any load addresses on the stack /// or heap. //------------------------------------------------------------------ diff --git a/lldb/include/lldb/Target/ExecutionContextScope.h b/lldb/include/lldb/Target/ExecutionContextScope.h index 647084be3ed..ea70803c454 100644 --- a/lldb/include/lldb/Target/ExecutionContextScope.h +++ b/lldb/include/lldb/Target/ExecutionContextScope.h @@ -14,8 +14,8 @@ namespace lldb_private { //---------------------------------------------------------------------- -/// \class ExecutionContextScope ExecutionContextScope.h -/// "lldb/Symbol/ExecutionContextScope.h" Inherit from this if your object can +/// @class ExecutionContextScope ExecutionContextScope.h +/// "lldb/Target/ExecutionContextScope.h" Inherit from this if your object can /// reconstruct its /// execution context. /// diff --git a/lldb/include/lldb/Target/Target.h b/lldb/include/lldb/Target/Target.h index 3756633e335..8201deb19bf 100644 --- a/lldb/include/lldb/Target/Target.h +++ b/lldb/include/lldb/Target/Target.h @@ -1103,7 +1103,7 @@ public: // and the const expression results are available after a process is gone, we // provide a way for expressions to be evaluated from the Target itself. If // an expression is going to be run, then it should have a frame filled in in - // th execution context. + // the execution context. lldb::ExpressionResults EvaluateExpression( llvm::StringRef expression, ExecutionContextScope *exe_scope, lldb::ValueObjectSP &result_valobj_sp, |