Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2022 06:53:25 GMT
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8dcc207de5b3 - main - stress2: Fixed double word in comment Reported by:	kib
Message-ID:  <202209270653.28R6rP3m094466@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=8dcc207de5b341a5823a3daaf9c8b4c3371809c1

commit 8dcc207de5b341a5823a3daaf9c8b4c3371809c1
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2022-09-27 06:52:24 +0000
Commit:     Peter Holm <pho@FreeBSD.org>
CommitDate: 2022-09-27 06:52:24 +0000

    stress2: Fixed double word in comment
    Reported by:    kib
---
 tools/test/stress2/misc/setrlimit2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test/stress2/misc/setrlimit2.sh b/tools/test/stress2/misc/setrlimit2.sh
index f0b933158393..4f3015dedc44 100755
--- a/tools/test/stress2/misc/setrlimit2.sh
+++ b/tools/test/stress2/misc/setrlimit2.sh
@@ -27,7 +27,7 @@
 # SUCH DAMAGE.
 #
 
-# Demonstrate that a mapped SHARED file can be updated past past LIMIT_FSIZE
+# Demonstrate that a mapped SHARED file can be updated past LIMIT_FSIZE
 
 # Kostik wrote:
 # This one should be reproducible when you



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209270653.28R6rP3m094466>