summaryrefslogtreecommitdiffstats
path: root/llvm/docs/FAQ.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-04-10 20:48:27 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-04-10 20:48:27 +0000
commit5e8b8b37a3fe7bc4f67aa0127a9c653f11a657a7 (patch)
tree4effe0ec031aa4fd1fde86ada233a117ee76d40b /llvm/docs/FAQ.html
parent55abb2389d80e5d71caad1962d8f6aa24b279572 (diff)
downloadbcm5719-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.html2
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
OpenPOWER on IntegriCloud