git: 499d4a609480 - stable/14 - timerfd.2: Remove a double word
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 05:24:23 UTC
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 ,