Fixed spelling.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 10 Apr 2009 20:48:27 +0000 (20:48 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 10 Apr 2009 20:48:27 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68821 91177308-0d34-0410-b5e6-96231b3b80d8

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