From 6f65e668957a50e153cba6822f747d13ad1b40ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Thu, 29 Aug 2013 09:08:54 +0200 Subject: Fix typos. --- sysdeps/unix/sysv/linux/ptsname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/ptsname.c') diff --git a/sysdeps/unix/sysv/linux/ptsname.c b/sysdeps/unix/sysv/linux/ptsname.c index ea6f0fe..70f1f34 100644 --- a/sysdeps/unix/sysv/linux/ptsname.c +++ b/sysdeps/unix/sysv/linux/ptsname.c @@ -56,7 +56,7 @@ extern const char __libc_ptyname2[] attribute_hidden; static char buffer[sizeof (_PATH_DEVPTS) + 20]; -/* 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. */ char * -- cgit v1.1