The branch main has been updated by pho:

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

commit 113f2f0c76a7ddc09cbadaa199e47cecec0f2814
Author:     Peter Holm <p...@freebsd.org>
AuthorDate: 2025-07-16 10:38:25 +0000
Commit:     Peter Holm <p...@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)

Reply via email to