about summary refs log tree commit diff
path: root/manual/socket.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/socket.texi')
-rw-r--r--manual/socket.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/socket.texi b/manual/socket.texi
index 993afd6880..f2f62adc4f 100644
--- a/manual/socket.texi
+++ b/manual/socket.texi
@@ -1311,7 +1311,7 @@ gethostname (char *host)
   int herr;
 
   hstbuflen = 1024;
-  /* Allocate buffer, remember to free it to avoid a memory leakage.  */
+  /* Allocate buffer, remember to free it to avoid memory leakage.  */
   tmphstbuf = malloc (hstbuflen);
 
   while ((res = gethostbyname_r (host, &hostbuf, tmphstbuf, hstbuflen,