aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-03-15 15:23:44 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2017-03-15 15:23:44 +0000
commit64e1a55de1e957d18e8f64460e86e7a22956230c (patch)
tree72f44fcf28f7256fe54aac8288dc743f7326dda1 /libstdc++-v3/config.h.in
parentadd5b95a4adf7055bb079debd6607c7454d8081d (diff)
downloadgcc-64e1a55de1e957d18e8f64460e86e7a22956230c.zip
gcc-64e1a55de1e957d18e8f64460e86e7a22956230c.tar.gz
gcc-64e1a55de1e957d18e8f64460e86e7a22956230c.tar.bz2
Fix typo in config.h.in comment
* acinclude.m4 (GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Fix typo in comment. * config.h.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. From-SVN: r246165
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index 51b770d..f1527d9 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -454,7 +454,7 @@
/* Define if S_IFREG is available in <sys/stat.h>. */
#undef HAVE_S_IFREG
-/* Define if S_IFREG is available in <sys/stat.h>. */
+/* Define if S_ISREG is available in <sys/stat.h>. */
#undef HAVE_S_ISREG
/* Define to 1 if you have the `tanf' function. */