This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] doc updates, coding conventions, configure


On 21/11/2007, Benjamin Kosnik <bkoz@redhat.com> wrote:
> ... other fixups.
>
> tested x86/linux

a couple of typos, committed as obvious

thanks for fixing the bugzilla link, I didn't spot it was just an
entity problem :)

Jon
Index: docs/html/17_intro/C++STYLE
===================================================================
--- docs/html/17_intro/C++STYLE	(revision 130335)
+++ docs/html/17_intro/C++STYLE	(working copy)
@@ -11,7 +11,7 @@
 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 @@
     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;
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 130335)
+++ ChangeLog	(working copy)
@@ -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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]