[llvm-branch-commits] [lldb] 626681b - [lldb] Fix two documentation typos
Raphael Isemann via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 19 06:37:20 PST 2021
Author: Raphael Isemann
Date: 2021-01-19T15:25:15+01:00
New Revision: 626681b09a3e87cfeda54a3cd00f7b0ed9df3bcc
URL: https://github.com/llvm/llvm-project/commit/626681b09a3e87cfeda54a3cd00f7b0ed9df3bcc
DIFF: https://github.com/llvm/llvm-project/commit/626681b09a3e87cfeda54a3cd00f7b0ed9df3bcc.diff
LOG: [lldb] Fix two documentation typos
Added:
Modified:
lldb/bindings/interface/SBListener.i
lldb/include/lldb/lldb-enumerations.h
Removed:
################################################################################
diff --git a/lldb/bindings/interface/SBListener.i b/lldb/bindings/interface/SBListener.i
index 63474b3335fb..9062e7534423 100644
--- a/lldb/bindings/interface/SBListener.i
+++ b/lldb/bindings/interface/SBListener.i
@@ -11,7 +11,7 @@ namespace lldb {
%feature("docstring",
"API clients can register its own listener to debugger events.
-See aslo :py:class:`SBEvent` for example usage of creating and adding a listener."
+See also :py:class:`SBEvent` for example usage of creating and adding a listener."
) SBListener;
class SBListener
{
diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h
index ff4e15e7e070..cb78ff29e557 100644
--- a/lldb/include/lldb/lldb-enumerations.h
+++ b/lldb/include/lldb/lldb-enumerations.h
@@ -971,7 +971,7 @@ enum GdbSignal {
eGdbSignalBreakpoint = 0x96
};
-/// Used with SBHost::GetPath (lldb::PathType) to find files that are
+/// Used with SBHostOS::GetLLDBPath (lldb::PathType) to find files that are
/// related to LLDB on the current host machine. Most files are
/// relative to LLDB or are in known locations.
enum PathType {
More information about the llvm-branch-commits
mailing list