[glibc] inet/arpa/inet.h: Fix typo in documentation of inet_ntop
Adhemerval Zanella via Glibc-cvs <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8280625a2ce27c6478e2fe9e15e1c950443ca707 commit 8280625a2ce27c6478e2fe9e15e1c950443ca707 Author: jb2170 <[email protected]> Date: Tue Aug 11 03:53:03 2026 +0100 inet/arpa/inet.h: Fix typo in documentation of inet_ntop Reviewed-by: Adhemerval Zanella <[email protected]> Diff: --- inet/arpa/inet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inet/arpa/inet.h b/inet/arpa/inet.h index bcccdc59ea..2efa35cdec 100644 --- a/inet/arpa/inet.h +++ b/inet/arpa/inet.h @@ -60,7 +60,7 @@ extern int inet_pton (int __af, const char *__restrict __cp, /* Convert a Internet address in binary network format for interface type AF in buffer starting at CP to presentation form and place - result in buffer of length LEN astarting at BUF. */ + result in buffer of length LEN starting at BUF. */ extern const char *inet_ntop (int __af, const void *__restrict __cp, char *__restrict __buf, socklen_t __len) __THROW;