]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stdio-common: Tweak comment in Makefile
authorSam James <sam@gentoo.org>
Tue, 24 Dec 2024 11:38:09 +0000 (11:38 +0000)
committerSam James <sam@gentoo.org>
Tue, 24 Dec 2024 11:38:25 +0000 (11:38 +0000)
Followup to 5a96da210c15e18c3c5298dc23a9e2e57691b6c6.

stdio-common/Makefile

index 289ea9dc204883f049e731aacc66640a69d4cbe4..cc3a72f2d25e983ffe0aded51e41826d594de27d 100644 (file)
@@ -317,9 +317,9 @@ tests := \
   # tests
 
 # Clang 19 takes a very long time, it ran more than 27 minutes on Intel
-# Core i7-1195G7 before the process was killed, to compile bug28.c
-# The issue was fixed in upstream but check if clang has the version that has the fix
-# https://github.com/llvm/llvm-project/commit/99dddef340e566e9d303010f1219f7d7d6d37a11 .
+# Core i7-1195G7 before the process was killed, to compile bug28.c.
+# The issue was fixed in upstream but check if clang has the version that has the fix:
+# https://github.com/llvm/llvm-project/commit/99dddef340e566e9d303010f1219f7d7d6d37a11
 ifneq ($(have-test-clang-19-or-less),yes)
 tests += \
   bug28 \