mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
fix typo, PR2181
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37c076bf91
commit
74ba1711b7
@ -256,8 +256,8 @@ example:</p>
|
|||||||
|
|
||||||
<div class="doc_code"><pre>
|
<div class="doc_code"><pre>
|
||||||
...
|
...
|
||||||
ofstream Output(OutputFilename.c_str());
|
std::ofstream Output(OutputFilename.c_str());
|
||||||
if (Out.good()) ...
|
if (Output.good()) ...
|
||||||
...
|
...
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user