diff options
22 files changed, 24 insertions, 28 deletions
diff --git a/usr/src/cmd/boot/installgrub/pcfs_glue.c b/usr/src/cmd/boot/installgrub/pcfs_glue.c index d687c02f45..99e8eacc68 100644 --- a/usr/src/cmd/boot/installgrub/pcfs_glue.c +++ b/usr/src/cmd/boot/installgrub/pcfs_glue.c @@ -49,7 +49,7 @@ int bootrd_debug = 0; static unsigned int *blocklist; -/* diskread_callback is set in filesytem module (pcfs.c) */ +/* diskread_callback is set in filesystem module (pcfs.c) */ int (*diskread_callback)(int, int); int (*fileread_callback)(int, int); diff --git a/usr/src/cmd/lp/cmd/lpsched/validate.c b/usr/src/cmd/lp/cmd/lpsched/validate.c index 377b0d67e1..aa4b9bc646 100644 --- a/usr/src/cmd/lp/cmd/lpsched/validate.c +++ b/usr/src/cmd/lp/cmd/lpsched/validate.c @@ -903,7 +903,7 @@ _chkopts(RSTATUS *prs, CANDIDATE *pc, FSTATUS *pfs) ret |= chk; /* - * If the sytem is labeled, then user who wants 'nolabels' must + * If the system is labeled, then user who wants 'nolabels' must * have PRINT_UNLABELED_AUTH authorizations to allow it. */ if (is_system_labeled() && (wants_nolabels == 1)) { diff --git a/usr/src/cmd/oamuser/user/homedir.c b/usr/src/cmd/oamuser/user/homedir.c index 770cba25c1..dde62c9474 100644 --- a/usr/src/cmd/oamuser/user/homedir.c +++ b/usr/src/cmd/oamuser/user/homedir.c @@ -305,7 +305,7 @@ get_default_zfs_flags() return (flags); } -/* Get the name of a mounted filesytem */ +/* Get the name of a mounted filesystem */ char * get_mnt_special(char *mountp, char *fstype) { diff --git a/usr/src/cmd/power/handlers.c b/usr/src/cmd/power/handlers.c index da56c14218..40db5e4621 100644 --- a/usr/src/cmd/power/handlers.c +++ b/usr/src/cmd/power/handlers.c @@ -882,7 +882,7 @@ static char open_fmt[] = "cannot open \"%s\", %s\n"; /* * Verify the filesystem type for a regular statefile is "ufs" - * or verify a block device is not in use as a mounted filesytem. + * or verify a block device is not in use as a mounted filesystem. * Returns 1 if any error, otherwise 0. */ static int diff --git a/usr/src/cmd/print/scripts/ppdmgr b/usr/src/cmd/print/scripts/ppdmgr index 335c01da7d..65112b29a1 100644 --- a/usr/src/cmd/print/scripts/ppdmgr +++ b/usr/src/cmd/print/scripts/ppdmgr @@ -1422,7 +1422,7 @@ VENDOR=vendor ADMIN=admin USER=user -# Sytem PPD cache name used by printmgr +# System PPD cache name used by printmgr GOLDCACHE=${USERREP}/ppdcache # Delivered caches directory diff --git a/usr/src/common/ficl/float.c b/usr/src/common/ficl/float.c index 02f64b8c9b..c19648c040 100644 --- a/usr/src/common/ficl/float.c +++ b/usr/src/common/ficl/float.c @@ -402,7 +402,7 @@ ficlPrimitiveF2LocalParen(ficlVm *vm) /* * Add float words to a system's dictionary. - * system -- Pointer to the Ficl sytem to add float words to. + * system -- Pointer to the Ficl system to add float words to. */ void ficlSystemCompileFloat(ficlSystem *system) 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 */ 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 diff --git a/usr/src/man/man5/privileges.5 b/usr/src/man/man5/privileges.5 index 29ef9a18b6..9ca40fadad 100644 --- a/usr/src/man/man5/privileges.5 +++ b/usr/src/man/man5/privileges.5 @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH PRIVILEGES 5 "May 13, 2017" +.TH PRIVILEGES 5 "Feb 28, 2018" .SH NAME privileges \- process privilege model .SH DESCRIPTION @@ -277,7 +277,7 @@ Extensions. .ad .sp .6 .RS 4n -Allow a process to open objects in the filesytem for writing, or otherwise +Allow a process to open objects in the filesystem for writing, or otherwise modify them. This privilege is not necessary to write to an already open file which was opened before dropping the \fBPRIV_FILE_WRITE\fR privilege. .RE diff --git a/usr/src/uts/common/avs/ns/sdbc/dynmem_readme.txt b/usr/src/uts/common/avs/ns/sdbc/dynmem_readme.txt index 6ff1eee235..d5fba71d7d 100644 --- a/usr/src/uts/common/avs/ns/sdbc/dynmem_readme.txt +++ b/usr/src/uts/common/avs/ns/sdbc/dynmem_readme.txt @@ -48,7 +48,7 @@ in module sd_bcache.c. When a request is received for cache and system resources it is broken down and each piece catagorized both as an independent entity and as a member of a group with close neighbors. Cache resources comprise cache control entries (ccent), write control entries -(wctrl for FWC support) and sytem memory. The current allocation algorithim +(wctrl for FWC support) and system memory. The current allocation algorithim for ccent and wrctl remains the same. The memory allocation has been modified and falls into two general catagories - single page and multi-page allocations. diff --git a/usr/src/uts/common/fs/ctfs/ctfs_root.c b/usr/src/uts/common/fs/ctfs/ctfs_root.c index cf96908450..aa4d4a9102 100644 --- a/usr/src/uts/common/fs/ctfs/ctfs_root.c +++ b/usr/src/uts/common/fs/ctfs/ctfs_root.c @@ -53,7 +53,7 @@ * ctfs, the contract filesystem. * * Exposes the construct subsystem to userland. The structure of the - * filesytem is a public interface, but the behavior of the files is + * filesystem is a public interface, but the behavior of the files is * private and unstable. Contract consumers are expected to use * libcontract(3lib) to operate on ctfs file descriptors. * diff --git a/usr/src/uts/common/io/fd.c b/usr/src/uts/common/io/fd.c index e378bf75d5..76d123f969 100644 --- a/usr/src/uts/common/io/fd.c +++ b/usr/src/uts/common/io/fd.c @@ -600,7 +600,7 @@ fd_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) * (We guess this by looking for a block open. Character * opens are fine.) This limits some of the usability of * suspend/resume, but it certainly avoids this - * potential filesytem corruption from pilot error. + * potential filesystem corruption from pilot error. * Given the decreasing popularity of floppy media, we * don't see this as much of a limitation. */ diff --git a/usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c b/usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c index 695d254d63..c5bf3b1535 100644 --- a/usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c +++ b/usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c @@ -743,9 +743,9 @@ ql_dump_pci_config(qlge_t *qlge) qlge->pci_cfg.pci_doorbell_mem_base_address_lower); ql_printf("\tpci_doorbell_mem_base_address_upper =0x%x.\n", qlge->pci_cfg.pci_doorbell_mem_base_address_upper); - ql_printf("\tSubsytem Vendor Id =0x%x.\n", + ql_printf("\tSubsystem Vendor Id =0x%x.\n", qlge->pci_cfg.sub_vendor_id); - ql_printf("\tSubsytem Id =0x%x.\n", + ql_printf("\tSubsystem Id =0x%x.\n", qlge->pci_cfg.sub_device_id); ql_printf("\tExpansion ROM Base Register =0x%x.\n", qlge->pci_cfg.expansion_rom); diff --git a/usr/src/uts/common/io/ksocket/ksocket.c b/usr/src/uts/common/io/ksocket/ksocket.c index 8944fcbff3..17ac19b612 100644 --- a/usr/src/uts/common/io/ksocket/ksocket.c +++ b/usr/src/uts/common/io/ksocket/ksocket.c @@ -68,7 +68,7 @@ ksocket_socket(ksocket_t *ksp, int domain, int type, int protocol, int flags, char *mod = NULL; /* - * Could be that root file sytem is not loaded or + * Could be that root file system is not loaded or * soconfig has not run yet. */ if (type == SOCK_STREAM && (domain == AF_INET || diff --git a/usr/src/uts/common/sys/fs/ufs_lockfs.h b/usr/src/uts/common/sys/fs/ufs_lockfs.h index a91334af32..6e2ef0aa9c 100644 --- a/usr/src/uts/common/sys/fs/ufs_lockfs.h +++ b/usr/src/uts/common/sys/fs/ufs_lockfs.h @@ -27,8 +27,6 @@ #ifndef _SYS_FS_UFS_LOCKFS_H #define _SYS_FS_UFS_LOCKFS_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/lockfs.h> #ifdef __cplusplus @@ -55,7 +53,7 @@ extern "C" { * * ufs_vnodeops(es) that conflict with the above file system lock types * will get either suspended, or get a EAGAIN error, - * or get an EIO error if the file sytem is hard locked, + * or get an EIO error if the file system is hard locked, * or will block if the file system is error locked. * * There are exceptions. diff --git a/usr/src/uts/common/vm/vpm.c b/usr/src/uts/common/vm/vpm.c index db5fdeda85..f3d14613aa 100644 --- a/usr/src/uts/common/vm/vpm.c +++ b/usr/src/uts/common/vm/vpm.c @@ -871,7 +871,7 @@ vpm_map_pages( * If we did not find the page or if this page was not * in vpm cache(p_vpmref == 0), then let VOP_GETPAGE get * all the pages. - * We need to call VOP_GETPAGE so that filesytems can do some + * We need to call VOP_GETPAGE so that filesystems can do some * (un)necessary tracking for sequential access. */ diff --git a/usr/src/uts/intel/ia32/os/sysi86.c b/usr/src/uts/intel/ia32/os/sysi86.c index 308cdddf4f..7be9ec20fd 100644 --- a/usr/src/uts/intel/ia32/os/sysi86.c +++ b/usr/src/uts/intel/ia32/os/sysi86.c @@ -293,7 +293,7 @@ ssd_to_usd(struct ssd *ssd, user_desc_t *usd) /* * 64-bit code selectors are never allowed in the LDT. - * Reserved bit is always 0 on 32-bit sytems. + * Reserved bit is always 0 on 32-bit systems. */ #if defined(__amd64) usd->usd_long = 0; diff --git a/usr/src/uts/intel/io/agpgart/agpgart.c b/usr/src/uts/intel/io/agpgart/agpgart.c index 7df05184e3..64827d58a5 100644 --- a/usr/src/uts/intel/io/agpgart/agpgart.c +++ b/usr/src/uts/intel/io/agpgart/agpgart.c @@ -2321,7 +2321,7 @@ err3: * array and set up the agp aperture page to physical memory page * translation. * Arguments: - * type valid sytem arc types ARC_AMD64AGP, ARC_INTELAGP, + * type valid system arc types ARC_AMD64AGP, ARC_INTELAGP, * ARC_AMD64AGP * pfnarray allocated physical page frame number array * pg_offset agp aperture start page to be bound |