summary refs log tree commit diff
path: root/sysdeps/unix/bsd/ptsname.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/ptsname.c')
-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 *