git: c75648dc9b84 - stable/14 - sigfastblock.2: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 23 Jan 2024 06:44:09 UTC
The branch stable/14 has been updated by gbe:

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

commit c75648dc9b84298271985b9f681135404d9a6a14
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 18:54:33 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-23 06:43:27 +0000

    sigfastblock.2: Fix a typo in the manual page
    
    - s/successfull/successful/
    
    (cherry picked from commit a70008e95b907336bddbcc2aa9d567df6e3a41b6)
---
 lib/libc/sys/sigfastblock.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/sigfastblock.2 b/lib/libc/sys/sigfastblock.2
index 84ce6cd15090..72897191c4bc 100644
--- a/lib/libc/sys/sigfastblock.2
+++ b/lib/libc/sys/sigfastblock.2
@@ -129,7 +129,7 @@ The variable address passed to
 is not aligned naturally.
 The
 .Dv SIGFASTBLOCK_UNSETPTR
-operation was attempted without prior successfull call to
+operation was attempted without prior successful call to
 .Dv SIGFASTBLOCK_SETPTR .
 .It Bq Er EFAULT
 Attempt to read or write to the sigblock variable failed.