diff options
Diffstat (limited to 'lldb/www/python_reference/lldb-pysrc.html')
-rw-r--r-- | lldb/www/python_reference/lldb-pysrc.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |