mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19: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>
|
||||
...
|
||||
ofstream Output(OutputFilename.c_str());
|
||||
if (Out.good()) ...
|
||||
std::ofstream Output(OutputFilename.c_str());
|
||||
if (Output.good()) ...
|
||||
...
|
||||
</pre></div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user