[llvm-commits] [llvm] r68821 - /llvm/trunk/docs/FAQ.html

Misha Brukman brukman+llvm at gmail.com
Fri Apr 10 13:48:27 PDT 2009


Author: brukman
Date: Fri Apr 10 15:48:27 2009
New Revision: 68821

URL: http://llvm.org/viewvc/llvm-project?rev=68821&view=rev
Log:
Fixed spelling.

Modified:
    llvm/trunk/docs/FAQ.html

Modified: llvm/trunk/docs/FAQ.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.html?rev=68821&r1=68820&r2=68821&view=diff

==============================================================================
--- llvm/trunk/docs/FAQ.html (original)
+++ llvm/trunk/docs/FAQ.html Fri Apr 10 15:48:27 2009
@@ -700,7 +700,7 @@
 
 <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





More information about the llvm-commits mailing list