diff mbox series

[committed] wwwdocs: Use GCC (over gcc) to refer to the project.

Message ID 20210602073313.927F933E59@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Use GCC (over gcc) to refer to the project. | expand

Commit Message

Gerald Pfeifer June 2, 2021, 7:33 a.m. UTC
Just a little stylistic change I noticed. Pushed.

Gerald


On the way reduce some physical formatting a bit.
---
 htdocs/projects/tree-ssa/tree-browser.html  | 7 ++++---
 htdocs/projects/tree-ssa/vectorization.html | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/projects/tree-ssa/tree-browser.html b/htdocs/projects/tree-ssa/tree-browser.html
index fe292b49..e9b10db3 100644
--- a/htdocs/projects/tree-ssa/tree-browser.html
+++ b/htdocs/projects/tree-ssa/tree-browser.html
@@ -10,10 +10,11 @@ 
   <body>
 
     <!-- banner -->
-    <p class="bold"><br /><br />Tree Browser has been removed from gcc,
-and this page is no longer up-to-date.<br /><br /><br /></p>
+   <p class="bold"><br />Tree Browser has been removed from GCC,
+   and this page is no longer up-to-date.<br /><br /></p>
     <hr />
-    <h1>Tree Browser</h1>
+
+<h1>Tree Browser</h1>
     
 <p>Until recently the only way to debug trees from gdb was to call
 debug_tree as follows:</p>
diff --git a/htdocs/projects/tree-ssa/vectorization.html b/htdocs/projects/tree-ssa/vectorization.html
index 22d136c0..ff0b0040 100644
--- a/htdocs/projects/tree-ssa/vectorization.html
+++ b/htdocs/projects/tree-ssa/vectorization.html
@@ -2370,7 +2370,7 @@  for (n = 0; n &lt; HASH_SIZE; n++)
             <h3 id="PointerAliasing">Handle Pointer Aliasing</h3>
 
             <ol>
-                <li>Improve aliasing analysis. [various gcc projects
+                <li>Improve aliasing analysis. [various GCC projects
 		deal with improvements to alias analysis] wwwdocs:.</li>
 
                 <li>Generate run-time tests for cases where memory