diff options
Diffstat (limited to 'libstdc++-v3/docs/doxygen')
-rw-r--r-- | libstdc++-v3/docs/doxygen/Intro.3 | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/doxygen/doxygroups.cc | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/doxygen/maint.cfg.in | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/doxygen/user.cfg.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/docs/doxygen/Intro.3 b/libstdc++-v3/docs/doxygen/Intro.3 index b54bd559dcc..52998c9fdd4 100644 --- a/libstdc++-v3/docs/doxygen/Intro.3 +++ b/libstdc++-v3/docs/doxygen/Intro.3 @@ -66,7 +66,7 @@ lB lB lB lB. <complex> <fstream> <memory> <vector> <csetjmp> <functional> <numeric> .TE -.SS Backwards-Compatability Headers +.SS Backwards-Compatibility Headers For GCC 3.0 these headers will be found automatically, unless you instruct the compiler otherwise. You should not depend on this, instead you should read FAQ 5.4 and use a diff --git a/libstdc++-v3/docs/doxygen/doxygroups.cc b/libstdc++-v3/docs/doxygen/doxygroups.cc index 72e5ef3b8a3..de304f13382 100644 --- a/libstdc++-v3/docs/doxygen/doxygroups.cc +++ b/libstdc++-v3/docs/doxygen/doxygroups.cc @@ -67,7 +67,7 @@ following: As an example of the first case, @c vector is required to use a contiguous memory layout, while other sequences such as @c deque are not. -The prime reason for chosing one sequence over another should be based on +The prime reason for choosing one sequence over another should be based on the second category of differences, algorithmic complexity. For example, if you need to perform many inserts and removals from the middle of a sequence, @c list would be ideal. But if you need to perform constant-time access to diff --git a/libstdc++-v3/docs/doxygen/maint.cfg.in b/libstdc++-v3/docs/doxygen/maint.cfg.in index 10c43d41320..71801e6120a 100644 --- a/libstdc++-v3/docs/doxygen/maint.cfg.in +++ b/libstdc++-v3/docs/doxygen/maint.cfg.in @@ -140,7 +140,7 @@ STRIP_CODE_COMMENTS = YES # file names in lower case letters. If set to YES upper case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows -# users are adviced to set this option to NO. +# users are advised to set this option to NO. CASE_SENSE_NAMES = YES diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index a78cd5c32f1..b9d192a53c6 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -144,7 +144,7 @@ STRIP_CODE_COMMENTS = YES # file names in lower case letters. If set to YES upper case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows -# users are adviced to set this option to NO. +# users are advised to set this option to NO. CASE_SENSE_NAMES = NO |