git: 113f2f0c76a7 - main - stress2: Updated dtrace comment

From: Peter Holm <pho_at_FreeBSD.org>
Date: Wed, 16 Jul 2025 10:40:27 UTC
The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=113f2f0c76a7ddc09cbadaa199e47cecec0f2814

commit 113f2f0c76a7ddc09cbadaa199e47cecec0f2814
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2025-07-16 10:38:25 +0000
Commit:     Peter Holm <pho@FreeBSD.org>
CommitDate: 2025-07-16 10:38:25 +0000

    stress2: Updated dtrace comment
---
 tools/test/stress2/misc/fullpath2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test/stress2/misc/fullpath2.sh b/tools/test/stress2/misc/fullpath2.sh
index e4024c32f317..f0037851482d 100755
--- a/tools/test/stress2/misc/fullpath2.sh
+++ b/tools/test/stress2/misc/fullpath2.sh
@@ -123,7 +123,7 @@ static volatile u_int *share;
 #define NB 1024
 #define RUNTIME 300
 
-/* dtrace -w -n 'fbt::*vn_fullpath1:entry {@rw[execname,probefunc] = count(); }' */
+/* dtrace -w -n 'fbt::*vn_fullpath:entry {@rw[execname,probefunc] = count(); }' */
 
 static void
 getfiles(pid_t pid)