diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 14:32:07 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-30 18:08:59 +0200 |
commit | 382466e04e347d3b3fa221897efb8f4cdc239105 (patch) | |
tree | 502407214f530137467309e605493cc0dd18f274 /streams | |
parent | 6b06ac56cdfc9293908724e51e827534e97819aa (diff) | |
download | glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.gz glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.xz glibc-382466e04e347d3b3fa221897efb8f4cdc239105.zip |
Fix typos.
Diffstat (limited to 'streams')
-rw-r--r-- | streams/stropts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/streams/stropts.h b/streams/stropts.h index 7988602642..5af61dc365 100644 --- a/streams/stropts.h +++ b/streams/stropts.h @@ -35,7 +35,7 @@ typedef __uid_t uid_t; typedef __t_scalar_t t_scalar_t; typedef __t_uscalar_t t_uscalar_t; -/* Get system specific contants. */ +/* Get system specific constants. */ #include <bits/stropts.h> |