[lldb] Fix two documentation typos

This commit is contained in:
Raphael Isemann 2021-01-19 15:25:15 +01:00
parent 3a56a96664
commit 626681b09a
2 changed files with 2 additions and 2 deletions

View 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
{

View 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 {