Skip to content

Commit 4197b43

Browse files
committed
Fixed couple of spellings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@170526 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 834cdef commit 4197b43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/ReleaseNotes.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>
153153

154154
<ul>
155155
<li><a href="http://llvm.org/releases/3.2/tools/clang/docs/ThreadSanitizer.html">ThreadSanitizer (TSan)</a> - data race detector run-time library for C/C++ has been added.</li>
156-
<li>Improvemens to <a href="http://llvm.org/releases/3.2/tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a> including: better portability
156+
<li>Improvements to <a href="http://llvm.org/releases/3.2/tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a> including: better portability
157157
(OSX, Android NDK), support for cmake based builds, enhanced error reporting and lots of bug fixes.</li>
158158
<li>Added support for A6 'Swift' CPU.</li>
159159
<li><code>divsi3</code> function has been enhanced to take advantage of a hardware unsigned divide when it is available.</li>
@@ -178,7 +178,7 @@ <h3>
178178

179179
<ul>
180180
<li>Linux build fixes for clang (see <a href="http://lldb.llvm.org/build.html">Building LLDB</a>)</li>
181-
<li>Some Linux stablity and usability improvements</li>
181+
<li>Some Linux stability and usability improvements</li>
182182
<li>Switch expression evaluation to use MCJIT (from legacy JIT) on Linux</li>
183183
</ul>
184184

@@ -329,7 +329,7 @@ <h3>EmbToolkit</h3>
329329

330330
<p><a href="http://www.embtoolkit.org/">EmbToolkit</a> provides Linux cross-compiler
331331
toolchain/SDK (GCC/binutils/C library (uclibc,eglibc,musl)), a build system for
332-
package cross-compilation and optionally various root filesystems.
332+
package cross-compilation and optionally various root file systems.
333333
It supports ARM and MIPS. There is an ongoing effort to provide a clang+llvm
334334
environment for the 3.2 releases,
335335
</p>
@@ -595,7 +595,7 @@ <h3>
595595
compile time of many functions dramatically.</p>
596596

597597
<ul>
598-
<li>Branch weight metadata is preseved through more of the optimizer.</li>
598+
<li>Branch weight metadata is preserved through more of the optimizer.</li>
599599
</ul>
600600

601601
</div>
@@ -724,7 +724,7 @@ <h4>
724724
platform specific support for Linux.</p>
725725

726726
<p>Full support is included for Thumb1, Thumb2 and ARM modes, along with
727-
subtarget and CPU specific extensions for VFP2, VFP3 and NEON.</p>
727+
sub-target and CPU specific extensions for VFP2, VFP3 and NEON.</p>
728728

729729
<p>The assembler is Unified Syntax only (see ARM Architecural Reference Manual
730730
for details). While there is some, and growing, support for pre-unfied

0 commit comments

Comments
 (0)