Skip to content
Snippets Groups Projects
Commit f3f68751 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Fix typo.

Patch by Stephan Falke.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201794 91177308-0d34-0410-b5e6-96231b3b80d8
parent 3734ce4c
No related branches found
No related tags found
No related merge requests found
...@@ -1268,7 +1268,7 @@ void Generic_GCC::GCCInstallationDetector::print(raw_ostream &OS) const { ...@@ -1268,7 +1268,7 @@ void Generic_GCC::GCCInstallationDetector::print(raw_ostream &OS) const {
for (MultilibSet::const_iterator I = Multilibs.begin(), E = Multilibs.end(); for (MultilibSet::const_iterator I = Multilibs.begin(), E = Multilibs.end();
I != E; ++I) { I != E; ++I) {
OS << "Candidate multiilb: " << *I << "\n"; OS << "Candidate multilib: " << *I << "\n";
} }
if (Multilibs.size() != 0 || !SelectedMultilib.isDefault()) if (Multilibs.size() != 0 || !SelectedMultilib.isDefault())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment