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/bsd/ptsname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/bsd') diff --git a/sysdeps/unix/bsd/ptsname.c b/sysdeps/unix/bsd/ptsname.c index 3b22a8c..60e38d7 100644 --- a/sysdeps/unix/bsd/ptsname.c +++ b/sysdeps/unix/bsd/ptsname.c @@ -26,7 +26,7 @@ static char buffer[sizeof (_PATH_TTY) + 2]; -/* 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