aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h
index 99a830d..813da19 100644
--- a/stdlib/stdlib.h
+++ b/stdlib/stdlib.h
@@ -927,7 +927,7 @@ extern int grantpt (int __fd) __THROW;
Call after grantpt(). */
extern int unlockpt (int __fd) __THROW;
-/* 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. */
extern char *ptsname (int __fd) __THROW __wur;