git: 52fa2f9f8d57 - main - clock_gettime.2: Fix a couple of typos

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 13 May 2026 18:11:43 UTC
The branch main has been updated by jhb:

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

commit 52fa2f9f8d57e4dde555567794c6b3e0e242b8a1
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-05-13 18:11:26 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-05-13 18:11:26 +0000

    clock_gettime.2: Fix a couple of typos
    
    Reviewed by:    emaste
    Differential Revision:  https://reviews.freebsd.org/D56990
---
 lib/libsys/clock_gettime.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libsys/clock_gettime.2 b/lib/libsys/clock_gettime.2
index 841673648dfc..746be2e03d8b 100644
--- a/lib/libsys/clock_gettime.2
+++ b/lib/libsys/clock_gettime.2
@@ -71,7 +71,7 @@ Increments in SI seconds like a wall clock.
 It uses a 1970 epoch and implements the UTC timescale.
 The count of physical SI seconds since 1970, adjusted by subtracting the number
 of positive leap seconds and adding the number of negative leap seconds.
-Behavior during a leap second is not defined by and POSIX standard.
+Behavior during a leap second is not defined by any POSIX standard.
 .It Dv CLOCK_MONOTONIC
 .It Dv CLOCK_MONOTONIC_PRECISE
 .It Dv CLOCK_MONOTONIC_FAST
@@ -108,7 +108,7 @@ It will increase monotonically during a leap second.
 Will return
 .Er EINVAL
 if the current offset between TAI and UTC is not known,
-which may be the case early in boot before NTP or other time daemon has
+which may be the case early in boot before NTP or another time daemon has
 synchronized.
 .El
 .Pp