git: 249752302207 - stable/15 - siginfo.3: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 31 Oct 2025 07:26:40 UTC
The branch stable/15 has been updated by gbe:

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

commit 2497523022078b3da7f3ccb5b1d05adf3310f7d7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 13:04:43 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-31 07:21:42 +0000

    siginfo.3: Fix a typo in the manual page
    
    - s/Sychronous/Synchronous/
    
    (cherry picked from commit 1447a221338c070130d7e990733486ed142267a1)
---
 share/man/man3/siginfo.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man3/siginfo.3 b/share/man/man3/siginfo.3
index f57cf5f7d706..59e3ecf8f3e8 100644
--- a/share/man/man3/siginfo.3
+++ b/share/man/man3/siginfo.3
@@ -224,7 +224,7 @@ raised by a hardware watchpoint exception may report the data address that
 triggered the watchpoint in
 .Va si_addr .
 .Pp
-Sychronous signals set
+Synchronous signals set
 .Va si_trapno
 to a machine-dependent trap number.
 .Pp