diff options
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 |