[cfe-commits] [PATCH]Fix a typo in lib/Driver/HostInfo.cpp
Chad Rosier
mcrosier at apple.com
Fri Aug 19 23:58:11 PDT 2011
Committed in revision 138200. Thanks Ivan!
Chad
On Aug 19, 2011, at 11:46 PM, Ivan Krasin <krasin at chromium.org> wrote:
> 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
> <typo_typo.patch>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list