Use GCC not gcc, like everywhere else in this document.
authorDuncan Sands <baldrick@free.fr>
Mon, 2 Mar 2009 16:35:57 +0000 (16:35 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 2 Mar 2009 16:35:57 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65845 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 2bc3f0f533fffad65793be01977f09ce5e77df0c..3501c5f0d654d34af650baa15dfe9f1500380ac7 100644 (file)
@@ -906,7 +906,7 @@ and <a href="http://llvm.org/PR2421">cxg2021</a> ACATS tests fail
 (c380004 also fails with gcc-4.2 mainline).
 If the compiler is built with checks disabled then <a href="http://llvm.org/PR2010">c393010</a>
 causes the compiler to go into an infinite loop, using up all system memory.</li>
-<li>Some gcc specific Ada tests continue to crash the compiler.</li>
+<li>Some GCC specific Ada tests continue to crash the compiler.</li>
 <li>The -E binder option (exception backtraces)
 <a href="http://llvm.org/PR1982">does not work</a> and will result in programs
 crashing if an exception is raised.  Workaround: do not use -E.</li>