1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Fix typos.

This commit is contained in:
Ondřej Bílka
2013-08-29 09:08:54 +02:00
parent d0721e703d
commit 6f65e66895
33 changed files with 118 additions and 75 deletions

View File

@ -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;