[cfe-commits] [PATCH]Fix a typo in lib/Driver/HostInfo.cpp
Ivan Krasin
krasin at chromium.org
Fri Aug 19 23:46:47 PDT 2011
Hi llvm/cfe team!
This patch fixes a simple typo in lib/Driver/HostInfo.cpp. Please,
find it attached.
Index: lib/Driver/HostInfo.cpp
===================================================================
--- lib/Driver/HostInfo.cpp (revision 138188)
+++ lib/Driver/HostInfo.cpp (working copy)
@@ -188,7 +188,7 @@
ToolChain *UnknownHostInfo::CreateToolChain(const ArgList &Args,
const char *ArchName) const {
assert(!ArchName &&
- "Unexpected arch name on platform without driver driver support.");
+ "Unexpected arch name on platform without driver support.");
// Automatically handle some instances of -m32/-m64 we know about.
std::string Arch = getArchName();
Please, let me know if it's fine to commit.
Ivan Krasin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typo_typo.patch
Type: text/x-patch
Size: 630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110819/0d7a8f78/attachment.bin>
More information about the cfe-commits
mailing list