| commit | bfea239cafdb13256982eb891b151c5c07c1e7a9 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Dec 31 08:11:17 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Dec 31 08:11:17 2009 +0000 |
| tree | 96e490ce3141c3e87de79d0d580222dfe9a57493 | |
| parent | 2dcc01195b7850692b9e25c65f77978e6a5a69a5 [diff] |
Typo correction for template names, e.g.,
typo.cpp:27:8: error: no template named 'basic_sting' in namespace 'std';
did you mean 'basic_string'?
std::basic_sting<char> b2;
~~~~~^~~~~~~~~~~
basic_string
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92348 91177308-0d34-0410-b5e6-96231b3b80d8