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 | 5e8b8b37a3fe7bc4f67aa0127a9c653f11a657a7 (patch) | |
tree | 4effe0ec031aa4fd1fde86ada233a117ee76d40b /llvm/docs/FAQ.html | |
parent | 55abb2389d80e5d71caad1962d8f6aa24b279572 (diff) | |
download | bcm5719-llvm-5e8b8b37a3fe7bc4f67aa0127a9c653f11a657a7.tar.gz bcm5719-llvm-5e8b8b37a3fe7bc4f67aa0127a9c653f11a657a7.zip |
Fixed spelling.
llvm-svn: 68821
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 8f89d0c31ad..7e15df21f38 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/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 |