fix a typo

llvm-svn: 195760
This commit is contained in:
Gabor Greif 2013-11-26 13:28:51 +00:00
parent fa36dfeeca
commit 6ef70f957e
1 changed files with 1 additions and 1 deletions

View 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,