]> granicus.if.org Git - clang/commitdiff
Merging r195760:
authorBill Wendling <isanbard@gmail.com>
Wed, 27 Nov 2013 04:55:09 +0000 (04:55 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 27 Nov 2013 04:55:09 +0000 (04:55 +0000)
------------------------------------------------------------------------
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

docs/CrossCompilation.rst

index e655d8920ad0ee9c7359b491a44b4946f31ebbb5..89f8777ac07417f7893acab6c8faaae8a47d351d 100644 (file)
@@ -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,