From 6f65e668957a50e153cba6822f747d13ad1b40ad Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Thu, 29 Aug 2013 09:08:54 +0200 Subject: Fix typos. --- stdlib/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 99a830dc14..813da19e0d 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -927,7 +927,7 @@ extern int grantpt (int __fd) __THROW; Call after grantpt(). */ extern int unlockpt (int __fd) __THROW; -/* Return the pathname of the pseudo terminal slave assoicated with +/* Return the pathname of the pseudo terminal slave associated with the master FD is open on, or NULL on errors. The returned storage is good until the next call to this function. */ extern char *ptsname (int __fd) __THROW __wur; -- cgit 1.4.1