Fixed spelling.
[oota-llvm.git] / docs / FAQ.html
index 8f89d0c31ad2c55fe414915ea6c005af9c9e3a6b..7e15df21f38c97175e807d4b11d0108e9b772a73 100644 (file)
@@ -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