diff options
Diffstat (limited to 'libstdc++-v3/docs/html/faq/index.html')
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 4 |
1 files changed, 2 insertions, 2 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> |