]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
inet/arpa/inet.h: Fix typo in documentation of inet_ntop
authorjb2170 <email@jb2170.com>
Tue, 11 Aug 2026 02:53:03 +0000 (03:53 +0100)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 12 Aug 2026 18:08:02 +0000 (15:08 -0300)
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
inet/arpa/inet.h

index bcccdc59ea091f11482bf1a0497940e35eb0252f..2efa35cdec1f9e144bcde62f7606a7f6ed49999f 100644 (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;