diff options
Diffstat (limited to 'lldb/scripts/interface')
| -rw-r--r-- | lldb/scripts/interface/SBPlatform.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/interface/SBPlatform.i b/lldb/scripts/interface/SBPlatform.i index 31b8917ee63..a6c4dfb0a2c 100644 --- a/lldb/scripts/interface/SBPlatform.i +++ b/lldb/scripts/interface/SBPlatform.i @@ -84,7 +84,7 @@ public: }; %feature("docstring", -"A class that represents the a platform that can represent the current host or a remote host debug platform. +"A class that represents a platform that can represent the current host or a remote host debug platform. The SBPlatform class represents the current host, or a remote host. It can be connected to a remote platform in order to provide ways |

