https://gcc.gnu.org/g:7b1f4645ea9418e4e98f15224e4c94045c5412b9
commit r17-1229-g7b1f4645ea9418e4e98f15224e4c94045c5412b9 Author: Jonathan Wakely <[email protected]> Date: Tue Jun 2 15:38:05 2026 +0100 libstdc++: Fix comment typo in version.tpl 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. Diff: --- 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
