r195760 - fix a typo
Gabor Greif
ggreif at gmail.com
Tue Nov 26 05:28:52 PST 2013
Author: ggreif
Date: Tue Nov 26 07:28:51 2013
New Revision: 195760
URL: http://llvm.org/viewvc/llvm-project?rev=195760&view=rev
Log:
fix a typo
Modified:
cfe/trunk/docs/CrossCompilation.rst
Modified: cfe/trunk/docs/CrossCompilation.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/CrossCompilation.rst?rev=195760&r1=195759&r2=195760&view=diff
==============================================================================
--- cfe/trunk/docs/CrossCompilation.rst (original)
+++ cfe/trunk/docs/CrossCompilation.rst Tue Nov 26 07:28:51 2013
@@ -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,
More information about the cfe-commits
mailing list