Fix some comment typos.
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Mon, 11 Mar 2019 20:23:34 +0000 (20:23 +0000)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Mon, 11 Mar 2019 20:23:34 +0000 (20:23 +0000)
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
llvm-svn: 355861

lldb/include/lldb/Core/Address.h
lldb/include/lldb/Target/ExecutionContextScope.h
lldb/include/lldb/Target/Target.h

index 5ef16df2a47ab946ffa51a6571112e18ed62fc0f..d7eeccc58e6dd0c361f7c5199f1db3308f24b104 100644 (file)
@@ -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.
   //------------------------------------------------------------------
index 647084be3edf7ef78b42c012f2f852fbb88aa931..ea70803c454a3b2629c4fe6e05f820dcc6fec511 100644 (file)
@@ -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.
 ///
index 3756633e3353b836e7128f67528722ca125e4b27..8201deb19bfb831ee7de3704d1f0ffb66125b140 100644 (file)
@@ -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,