diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-04-10 20:48:27 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-04-10 20:48:27 +0000 |
commit | 7e0fc8a10c1d7ad27b3a247d5958dee2421ad784 (patch) | |
tree | 0f49bca7362d967acb4fa3406b8bb849f2c0ce74 /docs/FAQ.html | |
parent | 03f0a2fba0e0ad80db4cebb977ec331c493637b7 (diff) | |
download | external_llvm-7e0fc8a10c1d7ad27b3a247d5958dee2421ad784.zip external_llvm-7e0fc8a10c1d7ad27b3a247d5958dee2421ad784.tar.gz external_llvm-7e0fc8a10c1d7ad27b3a247d5958dee2421ad784.tar.bz2 |
Fixed spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index 8f89d0c..7e15df2 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -700,7 +700,7 @@ Stop. <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 - a constant immediately, thus hardwaring a platform-specific detail.</p> + a constant immediately, thus hard-wiring a platform-specific detail.</p> <p>Also, since many platforms define their ABIs in terms of C, and since LLVM is lower-level than C, front-ends currently must emit platform-specific IR in |