OSDN Git Service

[lldb] Fix two documentation typos
authorRaphael Isemann <teemperor@gmail.com>
Tue, 19 Jan 2021 14:25:15 +0000 (15:25 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 19 Jan 2021 14:25:15 +0000 (15:25 +0100)
lldb/bindings/interface/SBListener.i
lldb/include/lldb/lldb-enumerations.h

index 63474b3..9062e75 100644 (file)
@@ -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
 {
index ff4e15e..cb78ff2 100644 (file)
@@ -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 {