diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
| commit | 0f4203861f730cf7868d7f359df0fc1247fe7fc1 (patch) | |
| tree | b5e6c868236e5d82d14004546a25a91e2893f252 /llvm/docs/FAQ.html | |
| parent | 7630f105a1958b1ec4f8b8d14b389745f937291d (diff) | |
| download | bcm5719-llvm-0f4203861f730cf7868d7f359df0fc1247fe7fc1.tar.gz bcm5719-llvm-0f4203861f730cf7868d7f359df0fc1247fe7fc1.zip | |
Documentation: Perform automated correction of common typos.
llvm-svn: 83849
Diffstat (limited to 'llvm/docs/FAQ.html')
| -rw-r--r-- | llvm/docs/FAQ.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 1ba71231093..d62ffd715ab 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/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 |

