[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html

Chris Lattner sabre at nondot.org
Fri Feb 29 15:32:56 PST 2008



Changes in directory llvm-www/ProjectsWithLLVM:

index.html updated: 1.41 -> 1.42
---
Log message:

typo


---
Diffs of the changes:  (+2 -2)

 index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.41 llvm-www/ProjectsWithLLVM/index.html:1.42
--- llvm-www/ProjectsWithLLVM/index.html:1.41	Fri Feb 29 17:31:43 2008
+++ llvm-www/ProjectsWithLLVM/index.html	Fri Feb 29 17:32:13 2008
@@ -35,7 +35,7 @@
 <div class="www_text">
 
 <ul>
-<li><a href="#compilerwrite">How to Writer Your Own Compiler</a></li>
+<li><a href="#compilerwrite">How to Write Your Own Compiler</a></li>
 <li><a href="#puzzles">Register Allocation by Puzzle Solving</a></li>
 <li><a href="#faust">Faust Real-Time Signal Processing System</a></li>
 <li><a href="#adobe-hydra">Adobe "Hydra" Language</a></li>
@@ -62,7 +62,7 @@
 
 <!--=========================================================================-->
 <div class="www_subsection">
-<a name="compilerwrite">How to Writer Your Own Compiler</a>
+<a name="compilerwrite">How to Write Your Own Compiler</a>
 </div>
 
 <div class="www_subsubsection">






More information about the llvm-commits mailing list