C++STYLE: Fix typos.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Wed, 21 Nov 2007 22:42:18 +0000 (22:42 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 21 Nov 2007 22:42:18 +0000 (22:42 +0000)
2007-11-21  Jonathan Wakely  <jwakely.gcc@gmail.com>

* docs/html/17_intro/C++STYLE: Fix typos.

From-SVN: r130336

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/17_intro/C++STYLE

index 91914689186915a5c9a53b9c23186b02d5dae468..dbb620cda10bd9d6b9d421cf9ab78f5a055168e0 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * docs/html/17_intro/C++STYLE: Fix typos.
+
 2007-11-20  Benjamin Kosnik  <bkoz@redhat.com>
 
        * docs/html/documentation.html: Validate. Add links to index,
index 45fad2743de5c677f45e4932f22ceb6b96f27814..9eca719a32be0e09787a693ff78bb75929d344c5 100644 (file)
@@ -11,7 +11,7 @@ http://www.gnu.org/prep/standards/standards.html#Formatting
 The rest of this is also interesting reading, but skip the "Design
 Advice" part.
 
-The GCC coding conventions are here, are are also useful:
+The GCC coding conventions are here, and are also useful:
 http://gcc.gnu.org/codingconventions.html
 
 In addition, because it doesn't seem to be stated explicitly anywhere
@@ -289,7 +289,7 @@ namespace std
     virtual 
     ~gribble() throw ();
 
-    // Start with a capitol letter, end with a period.
+    // Start with a capital letter, end with a period.
     inline void  
     public_member(const char* __arg) const;