[Lldb-commits] [lldb] r355861 - Fix some comment typos.
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 11 13:23:34 PDT 2019
Author: mib
Date: Mon Mar 11 13:23:34 2019
New Revision: 355861
URL: http://llvm.org/viewvc/llvm-project?rev=355861&view=rev
Log:
Fix some comment typos.
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
Modified:
lldb/trunk/include/lldb/Core/Address.h
lldb/trunk/include/lldb/Target/ExecutionContextScope.h
lldb/trunk/include/lldb/Target/Target.h
Modified: lldb/trunk/include/lldb/Core/Address.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Address.h?rev=355861&r1=355860&r2=355861&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Address.h (original)
+++ lldb/trunk/include/lldb/Core/Address.h Mon Mar 11 13:23:34 2019
@@ -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.
//------------------------------------------------------------------
Modified: lldb/trunk/include/lldb/Target/ExecutionContextScope.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/ExecutionContextScope.h?rev=355861&r1=355860&r2=355861&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/ExecutionContextScope.h (original)
+++ lldb/trunk/include/lldb/Target/ExecutionContextScope.h Mon Mar 11 13:23:34 2019
@@ -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.
///
Modified: lldb/trunk/include/lldb/Target/Target.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Target.h?rev=355861&r1=355860&r2=355861&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Target.h (original)
+++ lldb/trunk/include/lldb/Target/Target.h Mon Mar 11 13:23:34 2019
@@ -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,
More information about the lldb-commits
mailing list