mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fixed spelling.
llvm-svn: 68821
This commit is contained in:
parent
92ff43635b
commit
6cee2e6033
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user