diff options
author | Toomas Soome <tsoome@me.com> | 2018-03-10 15:09:46 -0800 |
---|---|---|
committer | Joshua M. Clulow <josh@sysmgr.org> | 2018-03-10 15:09:46 -0800 |
commit | d0b12b660e0741581d18f1f3a7d5268e0a5f1806 (patch) | |
tree | 5085bf9248fe926c124986d5dcef6aabcbe3d3fe /usr/src/head | |
parent | edc8ef7d921c96b23969898aeb766cb24960bda7 (diff) | |
download | illumos-gate-d0b12b660e0741581d18f1f3a7d5268e0a5f1806.tar.gz |
9214 typo: sytem should be system
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/head')
-rw-r--r-- | usr/src/head/rpcsvc/rusers.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/rpcsvc/rusers.x b/usr/src/head/rpcsvc/rusers.x index 4a44ca3da6..e193c9a7c6 100644 --- a/usr/src/head/rpcsvc/rusers.x +++ b/usr/src/head/rpcsvc/rusers.x @@ -90,7 +90,7 @@ program RUSERSPROG { % %/* % * This is the structure used in version 2 of the rusersd RPC service. -% * It corresponds to the utmp structure for BSD sytems. +% * It corresponds to the utmp structure for BSD systems. % */ %struct ru_utmp { % char ut_line[8]; /* tty name */ |