Commit 207e08e0 by Jonathan Wakely Committed by Jonathan Wakely

C++STYLE: Fix typos.

2007-11-21  Jonathan Wakely  <jwakely.gcc@gmail.com>

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

From-SVN: r130336
parent f8be3f56
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,
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment