diff options
Diffstat (limited to 'lldb/www/python_reference')
-rw-r--r-- | lldb/www/python_reference/_lldb'-module.html | 2 | ||||
-rw-r--r-- | lldb/www/python_reference/lldb-pysrc.html | 2 | ||||
-rw-r--r-- | lldb/www/python_reference/lldb.SBStream-class.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lldb/www/python_reference/_lldb'-module.html b/lldb/www/python_reference/_lldb'-module.html index f3a6922c4ba..297d7251cf3 100644 --- a/lldb/www/python_reference/_lldb'-module.html +++ b/lldb/www/python_reference/_lldb'-module.html @@ -25494,7 +25494,7 @@ SBSourceManager_DisplaySourceLinesWithLineNumbers(SBSourceManager self, SBFileSp <p>//-------------------------------------------------------------------------- /// 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. //--------------------------------------------------------------------------</p> <dl class="fields"> diff --git a/lldb/www/python_reference/lldb-pysrc.html b/lldb/www/python_reference/lldb-pysrc.html index 0b0cbe267fe..b9200eee28a 100644 --- a/lldb/www/python_reference/lldb-pysrc.html +++ b/lldb/www/python_reference/lldb-pysrc.html @@ -29867,7 +29867,7 @@ lldb.SBWatchpoint.IsValid" class="py-name" href="#" onclick="return doclink('lin <a name="L6235"></a><tt class="py-lineno"> 6235</tt> <tt class="py-line"><tt class="py-docstring"> Clear(SBStream self)</tt> </tt> <a name="L6236"></a><tt class="py-lineno"> 6236</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> <a name="L6237"></a><tt class="py-lineno"> 6237</tt> <tt class="py-line"><tt class="py-docstring"> If the stream is redirected to a file, forget about the file and if</tt> </tt> -<a name="L6238"></a><tt class="py-lineno"> 6238</tt> <tt class="py-line"><tt class="py-docstring"> ownership of the file was transfered to this object, close the file.</tt> </tt> +<a name="L6238"></a><tt class="py-lineno"> 6238</tt> <tt class="py-line"><tt class="py-docstring"> ownership of the file was transferred to this object, close the file.</tt> </tt> <a name="L6239"></a><tt class="py-lineno"> 6239</tt> <tt class="py-line"><tt class="py-docstring"> If the stream is backed by a local cache, clear this cache.</tt> </tt> <a name="L6240"></a><tt class="py-lineno"> 6240</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt> <a name="L6241"></a><tt class="py-lineno"> 6241</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">_lldb</tt><tt class="py-op">.</tt><tt id="link-4139" class="py-name" targets="Function _lldb'.SBStream_Clear()=_lldb%27-module.html#SBStream_Clear"><a title="_lldb'.SBStream_Clear" class="py-name" href="#" onclick="return doclink('link-4139', 'SBStream_Clear', 'link-4139');">SBStream_Clear</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt> diff --git a/lldb/www/python_reference/lldb.SBStream-class.html b/lldb/www/python_reference/lldb.SBStream-class.html index dee6be7d657..cc135669209 100644 --- a/lldb/www/python_reference/lldb.SBStream-class.html +++ b/lldb/www/python_reference/lldb.SBStream-class.html @@ -651,7 +651,7 @@ <p>Clear(SBStream self)</p> <p>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. If + ownership of the file was transferred to this object, close the file. If the stream is backed by a local cache, clear this cache.</p> <dl class="fields"> </dl> |