diff options
Diffstat (limited to 'sysdeps/mach/hurd/ptsname.c')
-rw-r--r-- | sysdeps/mach/hurd/ptsname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/ptsname.c b/sysdeps/mach/hurd/ptsname.c index 06234f5..10edaa8 100644 --- a/sysdeps/mach/hurd/ptsname.c +++ b/sysdeps/mach/hurd/ptsname.c @@ -49,7 +49,7 @@ __ptsname_internal (int fd, char *buf, size_t buflen, struct stat64 *stp) int ttype; if (HURD_DPORT_USE (fd, __term_get_bottom_type (port, &ttype)) == 0) - /* get_bottom_type suceeded, this is the slave side. */ + /* get_bottom_type succeeded, this is the slave side. */ return __hurd_fail (ENOTTY), ENOTTY; if (err = HURD_DPORT_USE (fd, __term_get_peername (port, peername))) |