From: Bill Wendling Date: Wed, 27 Nov 2013 04:55:09 +0000 (+0000) Subject: Merging r195760: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abe9b1957c57392cd9b568fe1e893bf8755e288b;p=clang Merging r195760: ------------------------------------------------------------------------ r195760 | ggreif | 2013-11-26 05:28:51 -0800 (Tue, 26 Nov 2013) | 1 line fix a typo ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@195811 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CrossCompilation.rst b/docs/CrossCompilation.rst index e655d8920a..89f8777ac0 100644 --- a/docs/CrossCompilation.rst +++ b/docs/CrossCompilation.rst @@ -190,7 +190,7 @@ Multilibs When you want to cross-compile to more than one configuration, for example hard-float-ARM and soft-float-ARM, you'll have to have multiple -copies of you libraries and (possibly) headers. +copies of your libraries and (possibly) headers. Some Linux distributions have support for Multilib, which handle that for you in an easier way, but if you're not careful and, for instance,