Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 09:31:39 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bbef63ec27fd - main - timerfd.2: Remove a double word
Message-ID:  <202404200931.43K9Vd56006391@gitrepo.freebsd.org>

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

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

commit bbef63ec27fdb86814e34c4b4013cd92ba86bc42
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-20 09:31:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-20 09:31:25 +0000

    timerfd.2: Remove a double word
    
    - s/is is/is/
    
    MFC after:      3 days
---
 lib/libsys/timerfd.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libsys/timerfd.2 b/lib/libsys/timerfd.2
index e5dab05821bd..7a112ad0dfcb 100644
--- a/lib/libsys/timerfd.2
+++ b/lib/libsys/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?202404200931.43K9Vd56006391>