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/lib | |
parent | edc8ef7d921c96b23969898aeb766cb24960bda7 (diff) | |
download | illumos-joyent-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/lib')
-rw-r--r-- | usr/src/lib/brand/shared/zone/common.ksh | 2 | ||||
-rw-r--r-- | usr/src/lib/libast/common/RELEASE | 2 | ||||
-rw-r--r-- | usr/src/lib/libshell/common/README | 2 | ||||
-rw-r--r-- | usr/src/lib/libv12n/sparc/libv12n.c | 2 | ||||
-rw-r--r-- | usr/src/lib/libxcurses/h/posix/mkslocal.h | 4 |
5 files changed, 5 insertions, 7 deletions
diff --git a/usr/src/lib/brand/shared/zone/common.ksh b/usr/src/lib/brand/shared/zone/common.ksh index 52441d814a..3857a806cf 100644 --- a/usr/src/lib/brand/shared/zone/common.ksh +++ b/usr/src/lib/brand/shared/zone/common.ksh @@ -551,7 +551,7 @@ install_flar() # # c) inside the zonepath root: We'll see all the top level dirs, ./etc, # ./var, ./usr.... This is also the case we see when we get an archive -# of a physical sytem. We must be in ZONEROOT when we unpack the archive. +# of a physical system. We must be in ZONEROOT when we unpack the archive. # # Note that there can be a directory named "root" under the ZONEPATH/root # directory. diff --git a/usr/src/lib/libast/common/RELEASE b/usr/src/lib/libast/common/RELEASE index 9c3b6de78d..4480985146 100644 --- a/usr/src/lib/libast/common/RELEASE +++ b/usr/src/lib/libast/common/RELEASE @@ -912,7 +912,7 @@ 01-10-05 misc/glob.c: fix `\(x/*' GLOB_NOMATCH bug that returned `(x' misc/optget.c: fix localization lookup that didn't drop doubled : ? ] 01-10-04 comp/setlocale.c: handle sizeof(wchar_t)!=4 in debug locale - comp/conf.sh: handle sytems where _SC_* is both an enum and a macro + comp/conf.sh: handle systems where _SC_* is both an enum and a macro 01-09-25 astconf: add LIBPREFIX 01-09-20 features/common: add __DYNAMIC__() for dll externs 01-09-19 cdt: kpv update diff --git a/usr/src/lib/libshell/common/README b/usr/src/lib/libshell/common/README index 1feeec8a90..3a953df356 100644 --- a/usr/src/lib/libshell/common/README +++ b/usr/src/lib/libshell/common/README @@ -53,7 +53,7 @@ The options have the following defaults and meanings: using while < file;do ...; done and allowing fields in each line to be accessed as positional parameters. FS_3D off For use with 3-D file system. Enabled automatically for - sytems with dynamic linking. + systems with dynamic linking. KIA off Allow generation of shell cross reference database with -I. MULTIBYTE on Multibyte character handling. Requires mblen() and mbctowc(). diff --git a/usr/src/lib/libv12n/sparc/libv12n.c b/usr/src/lib/libv12n/sparc/libv12n.c index 3fbfdf267c..b8d1480547 100644 --- a/usr/src/lib/libv12n/sparc/libv12n.c +++ b/usr/src/lib/libv12n/sparc/libv12n.c @@ -537,7 +537,7 @@ v12n_domain_uuid(uuid_t uuid) } /* - * Send 'agent-sytem' request message. + * Send 'agent-system' request message. */ static int v12n_ldma_send_request() diff --git a/usr/src/lib/libxcurses/h/posix/mkslocal.h b/usr/src/lib/libxcurses/h/posix/mkslocal.h index a02b5419d1..fe07860b70 100644 --- a/usr/src/lib/libxcurses/h/posix/mkslocal.h +++ b/usr/src/lib/libxcurses/h/posix/mkslocal.h @@ -24,8 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * <mkslocal.h>, POSIX Version - local <mks.h> requirements * @@ -814,7 +812,7 @@ char **m_setenv ANSI((void));/* for use of the environment variables via /* this pathname identifies a file that * is similar to M_FSMOUNT, but instead of * the actively mounted file systems, it - * has a list of ALL possible filesytems + * has a list of ALL possible filesystems * that could be mounted. * This file normally used by the mount * command to find all the file systems |