diff options
Diffstat (limited to 'libstdc++-v3/docs/html/faq')
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index e7da17e3083..7b587855372 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -137,7 +137,7 @@ http://gcc.gnu.org/onlinedocs/libstdc++/faq/</a>.</p> (such as <code>string</code>, <code>vector<></code>, iostreams, and algorithms) will be freely available and fully compliant. Programmers will no longer need to "roll their own" - nor be worried about platform-specific incompatabilities. + nor be worried about platform-specific incompatibilities. </p> <hr> @@ -390,7 +390,7 @@ which is no longer available, thanks deja...--> </p> <p>Since the goal of ISO Standardization is for all C++ implementations to be able to share code, the final libstdc++ - should, in theory, be useable under any ISO-compliant + should, in theory, be usable under any ISO-compliant compiler. It will still be targeted and optimized for GCC/g++, however. </p> diff --git a/libstdc++-v3/docs/html/faq/index.txt b/libstdc++-v3/docs/html/faq/index.txt index 4b7487b86dd..9aff7fb2d67 100644 --- a/libstdc++-v3/docs/html/faq/index.txt +++ b/libstdc++-v3/docs/html/faq/index.txt @@ -89,7 +89,7 @@ That means that all of the Standard classes and functions (such as string, vector<>, iostreams, and algorithms) will be freely available and fully compliant. Programmers will no longer need to "roll their - own" nor be worried about platform-specific incompatabilities. + own" nor be worried about platform-specific incompatibilities. _________________________________________________________________ 1.3 Who's in charge of it? @@ -314,7 +314,7 @@ Since the goal of ISO Standardization is for all C++ implementations to be able to share code, the final libstdc++ should, in theory, be - useable under any ISO-compliant compiler. It will still be targeted + usable under any ISO-compliant compiler. It will still be targeted and optimized for GCC/g++, however. _________________________________________________________________ |