From e2cd67a1a493c318b2c4ac15872e3a3b271f6a37 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 26 Nov 2013 13:28:51 +0000 Subject: [PATCH] fix a typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195760 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CrossCompilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0