From 92358bcf55d70958c20c05949c1c3ebf6e85cf7a Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Mon, 11 Mar 2019 20:23:34 +0000 Subject: [PATCH] Fix some comment typos. Signed-off-by: Med Ismail Bennani llvm-svn: 355861 --- lldb/include/lldb/Core/Address.h | 2 +- lldb/include/lldb/Target/ExecutionContextScope.h | 4 ++-- 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 5ef16df..d7eeccc 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 647084b..ea70803 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 3756633..8201deb 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, -- 2.7.4