summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2015-06-08 11:54:15 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2015-06-08 11:54:15 +0000
commit693335a7a359d5d17ac6c591f5ea164230529eff (patch)
tree801ce7f9799bb38c1e280e3ba9b0bba68381225e /usr/src/lib/libc
parentb49d0bf9a0050090ee950b2d69eaea4c621a4d2e (diff)
parent81ad62fccc616122995dc5abd6e7a8bed377f818 (diff)
downloadillumos-joyent-693335a7a359d5d17ac6c591f5ea164230529eff.tar.gz
[illumos-gate merge]
commit 81ad62fccc616122995dc5abd6e7a8bed377f818 5956 orientate is not a word commit 2235c267f66f8b02ccdfc15c8c0aac6346fba1bc 5982 All kernel messages seem to come from 'genunix' instead of individual modules after 5272
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r--usr/src/lib/libc/inc/mse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libc/inc/mse.h b/usr/src/lib/libc/inc/mse.h
index 28ce28b10a..09227cebd0 100644
--- a/usr/src/lib/libc/inc/mse.h
+++ b/usr/src/lib/libc/inc/mse.h
@@ -86,9 +86,9 @@ extern void _setorientation(FILE *, _IOP_orientation_t);
* From page 32 of XSH5
* Once a wide-character I/O function has been applied
* to a stream without orientation, the stream becomes
- * wide-orientated. Similarly, once a byte I/O function
+ * wide-oriented. Similarly, once a byte I/O function
* has been applied to a stream without orientation,
- * the stream becomes byte-orientated. Only a call to
+ * the stream becomes byte-oriented. Only a call to
* the freopen() function or the fwide() function can
* otherwise alter the orientation of a stream.
*/