summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-08-11 18:06:28 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-08-11 18:06:28 +0000
commitf6102892efaeb41d2b8029d44517c9e0990567ec (patch)
treec89b61d06ae31c9517bf6984b07fa1223ea1bb9a /lldb/scripts/Python/interface
parent469de19a09313bb4705b8faf6dfda2e59eccdd26 (diff)
downloadbcm5719-llvm-f6102892efaeb41d2b8029d44517c9e0990567ec.tar.gz
bcm5719-llvm-f6102892efaeb41d2b8029d44517c9e0990567ec.zip
Fix some typos:
* transfered => transferred * unkown => unknown * sucessfully => successfully llvm-svn: 215367
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBStream.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBStream.i b/lldb/scripts/Python/interface/SBStream.i
index 052fa8f9bd3..f634def72b1 100644
--- a/lldb/scripts/Python/interface/SBStream.i
+++ b/lldb/scripts/Python/interface/SBStream.i
@@ -89,7 +89,7 @@ public:
%feature("docstring", "
//--------------------------------------------------------------------------
/// If the stream is redirected to a file, forget about the file and if
- /// ownership of the file was transfered to this object, close the file.
+ /// ownership of the file was transferred to this object, close the file.
/// If the stream is backed by a local cache, clear this cache.
//--------------------------------------------------------------------------
") Clear;
OpenPOWER on IntegriCloud