[llvm-commits] CVS: llvm/docs/CodingStandards.html CommandLine.html

Jim Laskey jlaskey at apple.com
Mon Jul 31 13:19:03 PDT 2006



Changes in directory llvm/docs:

CodingStandards.html updated: 1.28 -> 1.29
CommandLine.html updated: 1.41 -> 1.42
---
Log message:

Fix a couple typos.


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

 CodingStandards.html |    4 ++--
 CommandLine.html     |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.28 llvm/docs/CodingStandards.html:1.29
--- llvm/docs/CodingStandards.html:1.28	Wed Jul 26 23:24:14 2006
+++ llvm/docs/CodingStandards.html	Mon Jul 31 15:18:48 2006
@@ -161,7 +161,7 @@
 
 <b>Class overviews</b>
 
-<p>Classes are one fundemental part of a good object oriented design.  As such,
+<p>Classes are one fundamental part of a good object oriented design.  As such,
 a class definition should have a comment block that explains what the class is
 used for... if it's not obvious.  If it's so completely obvious your grandma
 could figure it out, it's probably safe to leave it out.  Naming classes
@@ -672,7 +672,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/07/27 04:24:14 $
+  Last modified: $Date: 2006/07/31 20:18:48 $
 </address>
 
 </body>


Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.41 llvm/docs/CommandLine.html:1.42
--- llvm/docs/CommandLine.html:1.41	Mon Jun  5 12:30:16 2006
+++ llvm/docs/CommandLine.html	Mon Jul 31 15:18:49 2006
@@ -1763,7 +1763,7 @@
 <p>This approach has the advantage that users of your custom data type will
 automatically use your custom parser whenever they define an option with a value
 type of your data type.  The disadvantage of this approach is that it doesn't
-work if your fundemental data type is something that is already supported.</p>
+work if your fundamental data type is something that is already supported.</p>
 
 </li>
 
@@ -1923,7 +1923,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/06/05 17:30:16 $
+  Last modified: $Date: 2006/07/31 20:18:49 $
 </address>
 
 </body>






More information about the llvm-commits mailing list