aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-08-29 09:08:54 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-08-29 09:11:45 +0200
commit6f65e668957a50e153cba6822f747d13ad1b40ad (patch)
treedec30aa85e57419ac1eafffeab8548c973cac02f /sysdeps/unix/bsd
parentARM: Pass dl_hwcap to IFUNC resolver. (diff)
downloadglibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.gz
glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.bz2
glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.zip
Fix typos.
Diffstat (limited to 'sysdeps/unix/bsd')
-rw-r--r--sysdeps/unix/bsd/ptsname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/ptsname.c b/sysdeps/unix/bsd/ptsname.c
index 3b22a8ca61..60e38d79d5 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 *