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(-)

diff --git a/libstdc++-v3/include/bits/version.tpl 
b/libstdc++-v3/include/bits/version.tpl
index f65eb0908404..75a46a71d000 100644
--- a/libstdc++-v3/include/bits/version.tpl
+++ b/libstdc++-v3/include/bits/version.tpl
@@ -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
-- 
2.54.0

Reply via email to