git: 1fc174cba6e0 - main - open(2): fix typo

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 30 May 2023 09:19:48 UTC
The branch main has been updated by kib:

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

commit 1fc174cba6e0b949f7499d195dc36bf8df15df4f
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-30 09:17:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-05-30 09:18:25 +0000

    open(2): fix typo
    
    __aLC_aclcheck_fd -> acl_aclcheck_fd
    
    Reported by:    Peter Eriksson  <pen@lysator.liu.se>
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 lib/libc/sys/open.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 232226a00ae6..3c5f391caa94 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -344,7 +344,7 @@ message
 using for
 .Dv EVFILT_VNODE
 .It Xr readlinkat 2
-.It Xr __acl_get_fd 2 , Xr __alc_aclcheck_fd 2
+.It Xr __acl_get_fd 2 , Xr __acl_aclcheck_fd 2
 .El
 But operations like
 .Xr read 2 ,