[committed] libstdc++: Fix comment typo in version.tpl

Message ID 20260602144558.124332-1-jwakely@redhat.com
State Committed
Headers
Series [committed] libstdc++: Fix comment typo in version.tpl |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_simplebootstrap_build--master-aarch64-bootstrap fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_simplebootstrap_build--master-arm-bootstrap fail Patch failed to apply

Commit Message

Jonathan Wakely June 2, 2026, 2:45 p.m. UTC
  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(-)
  

Patch

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