From 7e0fc8a10c1d7ad27b3a247d5958dee2421ad784 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 10 Apr 2009 20:48:27 +0000 Subject: [PATCH] Fixed spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68821 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.html b/docs/FAQ.html index 8f89d0c31ad..7e15df21f38 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -700,7 +700,7 @@ Stop.

Another example is sizeof. It's common for sizeof(long) to vary between platforms. In most C front-ends, sizeof is expanded to - a constant immediately, thus hardwaring a platform-specific detail.

+ a constant immediately, thus hard-wiring a platform-specific detail.

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