diff options
Diffstat (limited to 'include/lldb/Utility/PseudoTerminal.h')
-rw-r--r-- | include/lldb/Utility/PseudoTerminal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/Utility/PseudoTerminal.h b/include/lldb/Utility/PseudoTerminal.h index 6ee598cefe086..595b2fc19bfd9 100644 --- a/include/lldb/Utility/PseudoTerminal.h +++ b/include/lldb/Utility/PseudoTerminal.h @@ -175,7 +175,7 @@ public: /// occur. This can be NULL if no error status is desired. /// /// @return - /// @li \b true when the a master files descriptor is + /// @li \b true when the master files descriptor is /// successfully opened. /// @li \b false if anything goes wrong. /// @@ -207,7 +207,7 @@ public: /// occur. This can be NULL if no error status is desired. /// /// @return - /// @li \b true when the a master files descriptor is + /// @li \b true when the master files descriptor is /// successfully opened. /// @li \b false if anything goes wrong. /// |