From: Jonathan Wakely Date: Thu, 27 Nov 2025 14:56:20 +0000 (+0000) Subject: libstdc++: Fix comment typo in testsuite/Makefile X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37e881b316cdd48cf4b6f50127a1059ee6c017b7;p=thirdparty%2Fgcc.git libstdc++: Fix comment typo in testsuite/Makefile libstdc++-v3/ChangeLog: * testsuite/Makefile.am: Fix typo in comment. * testsuite/Makefile.in: Regenerate. --- diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index bbdb72e9cf5..7754ab60003 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -178,7 +178,7 @@ check-compile: testsuite_files ${compile_script} # Runs the testsuite/performance tests. # Some of these tests create large (~75MB) files, allocate huge -# ammounts of memory, or otherwise tie up machine resources. Thus, +# amounts of memory, or otherwise tie up machine resources. Thus, # running this is off by default. # XXX Need to add dependency on libtestc++.a check_performance_script=${glibcxx_srcdir}/scripts/check_performance diff --git a/libstdc++-v3/testsuite/Makefile.in b/libstdc++-v3/testsuite/Makefile.in index aeb3f716216..c3693b6a56c 100644 --- a/libstdc++-v3/testsuite/Makefile.in +++ b/libstdc++-v3/testsuite/Makefile.in @@ -415,7 +415,7 @@ compile_script = ${glibcxx_srcdir}/scripts/check_compile # Runs the testsuite/performance tests. # Some of these tests create large (~75MB) files, allocate huge -# ammounts of memory, or otherwise tie up machine resources. Thus, +# amounts of memory, or otherwise tie up machine resources. Thus, # running this is off by default. # XXX Need to add dependency on libtestc++.a check_performance_script = ${glibcxx_srcdir}/scripts/check_performance