Fix an incorrectly spelled option in a comment.

Committed to trunk.

commit be72d20163bef9efd626d6c5337fef6e652683ae
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Fri Oct 2 22:44:50 2015 +0100

    	* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.

diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index 4b031f7..abf2e93 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -2518,7 +2518,7 @@ dnl Check for explicit debug flags.
 dnl
 dnl --enable-libstdcxx-debug-flags='-O1'
 dnl is a general method for passing flags to be used when
-dnl building debug libraries with --enable-debug.
+dnl building debug libraries with --enable-libstdcxx-debug.
 dnl
 dnl --disable-libstdcxx-debug-flags does nothing.
 dnl  +  Usage:  GLIBCXX_ENABLE_DEBUG_FLAGS(default flags)

Reply via email to