forked from OSchip/llvm-project
[lldb] Fix two documentation typos
This commit is contained in:
parent
3a56a96664
commit
626681b09a
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue