diff --git a/testsuite/bug32592.sh b/testsuite/bug32592.sh
index 863768e..e3b640d 100755
--- a/testsuite/bug32592.sh
+++ b/testsuite/bug32592.sh
@@ -1,11 +1,11 @@
 #!/bin/sh
-# sed would access freed memory under certain uses.
+# sed could access freed memory.
 # Before sed-4.6, this would result in "Invalid read of size 1" and
 # "Address 0x56096d0 is 16 bytes inside a block of size 42 free'd"
 #
 # The root cause is a gnulib/glibc bug (not sed code).
-# If this test fail, it is recommended to build sed with internal
-# regex implementation (./configure --with-included-regex).
+# If this test fails, either upgrade to a fixed glibc or build sed with
+# its included regex implementation (./configure --with-included-regex).

 # Copyright (C) 2018 Free Software Foundation, Inc.

