Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2024 05:24:23 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 499d4a609480 - stable/14 - timerfd.2: Remove a double word
Message-ID:  <202404230524.43N5ONFG015728@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=499d4a6094806b5867903a600f1de07daf8ade07

commit 499d4a6094806b5867903a600f1de07daf8ade07
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-20 09:31:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-23 05:22:46 +0000

    timerfd.2: Remove a double word
    
    - s/is is/is/
    
    (cherry picked from commit bbef63ec27fdb86814e34c4b4013cd92ba86bc42)
---
 lib/libc/sys/timerfd.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/timerfd.2 b/lib/libc/sys/timerfd.2
index e5dab05821bd..7a112ad0dfcb 100644
--- a/lib/libc/sys/timerfd.2
+++ b/lib/libc/sys/timerfd.2
@@ -300,7 +300,7 @@ object fails if:
 .It Bq Er EAGAIN
 The timer's expiration counter is zero and the
 .Nm
-object is is set for non-blocking I/O.
+object is set for non-blocking I/O.
 .It Bq Er ECANCELED
 The timer was created with the clock ID
 .Dv CLOCK_REALTIME ,



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