summaryrefslogtreecommitdiffstats
path: root/lldb/www/cpp_reference/html
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/www/cpp_reference/html
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/www/cpp_reference/html')
-rw-r--r--lldb/www/cpp_reference/html/SBStream_8h_source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/cpp_reference/html/SBStream_8h_source.html b/lldb/www/cpp_reference/html/SBStream_8h_source.html
index cb1d0f0e16f..8a2ad912d7b 100644
--- a/lldb/www/cpp_reference/html/SBStream_8h_source.html
+++ b/lldb/www/cpp_reference/html/SBStream_8h_source.html
@@ -84,7 +84,7 @@
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <a class="code" href="classlldb_1_1SBStream.html#ad524e1f4253477786ea11a9724d06c28">RedirectToFileDescriptor</a> (<span class="keywordtype">int</span> fd, <span class="keywordtype">bool</span> transfer_fh_ownership);</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="comment">// If the stream is redirected to a file, forget about the file and if</span></div>
-<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="comment">// ownership of the file was transfered to this object, close the file.</span></div>
+<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="comment">// ownership of the file was transferred to this object, close the file.</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="comment">// If the stream is backed by a local cache, clear this cache.</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <a class="code" href="classlldb_1_1SBStream.html#a8d58b63ad3b3eafd9aca767149ce44f8">Clear</a> ();</div>
OpenPOWER on IntegriCloud