git: 50b8e3efaf9e - main - stress2: Fix typo

From: Peter Holm <pho_at_FreeBSD.org>
Date: Sat, 23 Oct 2021 06:40:10 UTC
The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=50b8e3efaf9e3ec554723c23acd1f0765190067a

commit 50b8e3efaf9e3ec554723c23acd1f0765190067a
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2021-10-23 06:39:36 +0000
Commit:     Peter Holm <pho@FreeBSD.org>
CommitDate: 2021-10-23 06:39:36 +0000

    stress2: Fix typo
---
 tools/test/stress2/misc/force9.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test/stress2/misc/force9.sh b/tools/test/stress2/misc/force9.sh
index 325b227888a6..a62e00242a67 100755
--- a/tools/test/stress2/misc/force9.sh
+++ b/tools/test/stress2/misc/force9.sh
@@ -31,7 +31,7 @@
 # "panic: ffs_checkblk: cylinder group read failed" seen:
 # https://people.freebsd.org/~pho/stress/log/log0170.txt
 
-" "panic: softdep_update_inodeblock inconsistent ip ..." seen:
+# "panic: softdep_update_inodeblock inconsistent ip ..." seen:
 # https://people.freebsd.org/~pho/stress/log/log0184.txt
 
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1