]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix comment typo in testsuite/Makefile
authorJonathan Wakely <jwakely@redhat.com>
Thu, 27 Nov 2025 14:56:20 +0000 (14:56 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 27 Nov 2025 15:55:52 +0000 (15:55 +0000)
libstdc++-v3/ChangeLog:

* testsuite/Makefile.am: Fix typo in comment.
* testsuite/Makefile.in: Regenerate.

libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in

index bbdb72e9cf5646ae7eca8b28047bc74920ee79f2..7754ab60003d0212838d33c554043d8768eec971 100644 (file)
@@ -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
index aeb3f716216f02bf22f14b750ecbfab094edc671..c3693b6a56c957267742fc6c135dda5a8a6edf7e 100644 (file)
@@ -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