[patch] Fix typo in comment
Jonathan Wakely
jwakely@redhat.com
Sun Jan 26 11:25:00 GMT 2014
Tested x86_64-linux, committed to trunk.
-------------- next part --------------
commit 07c73153d6a224dfe2add152720e9d25369b33d3
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Sun Jan 26 10:51:17 2014 +0000
* acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo.
* configure: Regenerate.
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index 2b60696..b3ce3db 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -922,7 +922,7 @@ AC_DEFUN([GLIBCXX_ENABLE_C99], [
# Use -std=c++98 because the default (-std=gnu++98) leaves __STRICT_ANSI__
# undefined and fake C99 facilities - like pre-standard snprintf - may be
# spuriously enabled.
- # Long term, -std=c++0x could be even better, could manage to explicitely
+ # Long term, -std=c++0x could be even better, could manage to explicitly
# request C99 facilities to the underlying C headers.
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -std=c++98"
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index d279951..57e09d8 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -16547,7 +16547,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
# Use -std=c++98 because the default (-std=gnu++98) leaves __STRICT_ANSI__
# undefined and fake C99 facilities - like pre-standard snprintf - may be
# spuriously enabled.
- # Long term, -std=c++0x could be even better, could manage to explicitely
+ # Long term, -std=c++0x could be even better, could manage to explicitly
# request C99 facilities to the underlying C headers.
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -std=c++98"
More information about the Libstdc++
mailing list