From 6ef70f957ef8409bf4800bfe0b6bcf6f0efe3496 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 26 Nov 2013 13:28:51 +0000 Subject: [PATCH] fix a typo llvm-svn: 195760 --- clang/docs/CrossCompilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/CrossCompilation.rst b/clang/docs/CrossCompilation.rst index e655d8920ad0..89f8777ac074 100644 --- a/clang/docs/CrossCompilation.rst +++ b/clang/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,