From 5e8b8b37a3fe7bc4f67aa0127a9c653f11a657a7 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 10 Apr 2009 20:48:27 +0000 Subject: Fixed spelling. llvm-svn: 68821 --- llvm/docs/FAQ.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/FAQ.html') diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 8f89d0c31ad..7e15df21f38 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/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 -- cgit v1.2.3