aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2007-11-21 22:42:18 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2007-11-21 22:42:18 +0000
commit207e08e0b50051091070f6d1ecd0ca9065253079 (patch)
treeec328b26579fdba0abeaa5556f47dc782ee46486 /libstdc++-v3/docs/html
parentf8be3f56c18a8d9bb552820552d94b511cf87e35 (diff)
downloadgcc-207e08e0b50051091070f6d1ecd0ca9065253079.zip
gcc-207e08e0b50051091070f6d1ecd0ca9065253079.tar.gz
gcc-207e08e0b50051091070f6d1ecd0ca9065253079.tar.bz2
C++STYLE: Fix typos.
2007-11-21 Jonathan Wakely <jwakely.gcc@gmail.com> * docs/html/17_intro/C++STYLE: Fix typos. From-SVN: r130336
Diffstat (limited to 'libstdc++-v3/docs/html')
-rw-r--r--libstdc++-v3/docs/html/17_intro/C++STYLE4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/html/17_intro/C++STYLE b/libstdc++-v3/docs/html/17_intro/C++STYLE
index 45fad27..9eca719 100644
--- a/libstdc++-v3/docs/html/17_intro/C++STYLE
+++ b/libstdc++-v3/docs/html/17_intro/C++STYLE
@@ -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;