aboutsummaryrefslogtreecommitdiffstats
path: root/docs/FAQ.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 14:46:08 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 14:46:08 +0000
commit5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a (patch)
tree611b8930c912c03403d721f81e51788a42c125df /docs/FAQ.html
parentb26e279e163669d34e45697b2ebe0e1003b7d8f8 (diff)
downloadexternal_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.zip
external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.tar.gz
external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.tar.bz2
Documentation: Perform automated correction of common typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 1ba7123..d62ffd7 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -685,7 +685,7 @@ Stop.
<p>Also, there are a number of other limitations of the C backend that cause it
to produce code that does not fully conform to the C++ ABI on most
platforms. Some of the C++ programs in LLVM's test suite are known to fail
- when compiled with the C back end because of ABI incompatiblities with
+ when compiled with the C back end because of ABI incompatibilities with
standard C++ libraries.</p>
</div>
@@ -700,7 +700,7 @@ Stop.
portable is by using the preprocessor to include platform-specific code. In
practice, information about other platforms is lost after preprocessing, so
the result is inherently dependent on the platform that the preprocessing was
- targetting.</p>
+ targeting.</p>
<p>Another example is <tt>sizeof</tt>. It's common for <tt>sizeof(long)</tt> to
vary between platforms. In most C front-ends, <tt>sizeof</tt> is expanded to