inet/arpa/inet.h: Fix typo in documentation of inet_ntop

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
jb2170
2026-08-12 15:08:02 -03:00
committed by Adhemerval Zanella
parent e6f3cc4246
commit 8280625a2c
+1 -1
View File
@@ -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;