[committed] libstdc++: Fix comment typo in version.tpl
Checks
Commit Message
This typo was fixed by r17-1036-gb1263bca56ea82 but only in the
generated version.h header. This fixes the template that it's generated
from.
libstdc++-v3/ChangeLog:
* include/bits/version.tpl: Fix typo.
---
Pushed to trunk.
libstdc++-v3/include/bits/version.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -41,7 +41,7 @@ h
//
// This will generate the FTMs you named, and let you use them in your code as
// if it was user code. All macros are also exposed under __glibcxx_NAME even
-// if unwanted, to permit bits and other FTMs to depend on them for condtional
+// if unwanted, to permit bits and other FTMs to depend on them for conditional
// computation without exposing extra FTMs to user code.
#ifdef _GLIBCXX_SYSHDR