]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix a ton of speelling errors
authoreadler <eadler@FreeBSD.org>
Wed, 21 Oct 2015 05:37:09 +0000 (05:37 +0000)
committereadler <eadler@FreeBSD.org>
Wed, 21 Oct 2015 05:37:09 +0000 (05:37 +0000)
arc lint is helpful

Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337

45 files changed:
bin/csh/config_p.h
sbin/devd/devd.cc
sbin/fsck_ffs/fsck.h
sbin/fsck_ffs/globs.c
sbin/ipfw/tables.c
sbin/natd/natd.c
sbin/newfs_nandfs/newfs_nandfs.c
sbin/rcorder/rcorder.c
usr.bin/calendar/parsedata.c
usr.bin/colldef/parse.y
usr.bin/dtc/dtb.hh
usr.bin/indent/indent.1
usr.bin/locale/locale.c
usr.bin/look/look.1
usr.bin/mkimg/mkimg.1
usr.bin/mt/mt.c
usr.bin/patch/pch.c
usr.bin/pr/egetopt.c
usr.bin/sed/compile.c
usr.bin/sockstat/sockstat.c
usr.bin/vgrind/regexp.c
usr.sbin/bhyve/pci_emul.c
usr.sbin/bsdconfig/bsdconfig
usr.sbin/config/config.h
usr.sbin/ctld/ctld.c
usr.sbin/fwcontrol/fwmpegts.c
usr.sbin/jail/command.c
usr.sbin/jail/jailp.h
usr.sbin/jail/jailparse.y
usr.sbin/jls/jls.c
usr.sbin/makefs/cd9660.c
usr.sbin/mfiutil/mfiutil.8
usr.sbin/nandsim/nandsim.8
usr.sbin/nandsim/nandsim.c
usr.sbin/nandsim/nandsim_cfgparse.c
usr.sbin/ndp/ndp.c
usr.sbin/newsyslog/newsyslog.c
usr.sbin/pmcstudy/eval_expr.c
usr.sbin/ppp/ip.c
usr.sbin/ppp/ppp.8
usr.sbin/rtsold/rtsold.h
usr.sbin/uefisign/magic.h
usr.sbin/uefisign/pe.c
usr.sbin/ypbind/ypbind.c
usr.sbin/ypserv/ypinit.sh

index a1bbea65f175fcd5e47a64324924e6b1ba19acd1..0006fe0e157456536ba0abfb85ee9cbbbad64da0 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifndef _h_config
 #define _h_config
-/****************** System dependant compilation flags ****************/
+/****************** System dependent compilation flags ****************/
 /*
  * POSIX       This system supports IEEE Std 1003.1-1988 (POSIX).
  */
index c770204c3496d3c05f53a8256f5a048900a1881c..5580f6c2c163617add67bc16b164e8172faee0a8 100644 (file)
@@ -850,7 +850,7 @@ create_socket(const char *name, int socktype)
        return (fd);
 }
 
-unsigned int max_clients = 10; /* Default, can be overriden on cmdline. */
+unsigned int max_clients = 10; /* Default, can be overridden on cmdline. */
 unsigned int num_clients;
 
 list<client_t> clients;
index c0ec65137eb3dc91d26eebd30c8bc6958495fbae..57e0773305cec67f970779e5fd17df562693175b 100644 (file)
@@ -301,7 +301,7 @@ extern char snapname[BUFSIZ];       /* when doing snapshots, the name of the file */
 extern char    *cdevname;              /* name of device being checked */
 extern long    dev_bsize;              /* computed value of DEV_BSIZE */
 extern long    secsize;                /* actual disk sector size */
-extern u_int   real_dev_bsize;         /* actual disk sector size, not overriden */
+extern u_int   real_dev_bsize;         /* actual disk sector size, not overridden */
 extern char    nflag;                  /* assume a no response */
 extern char    yflag;                  /* assume a yes response */
 extern int     bkgrdflag;              /* use a snapshot to run on an active system */
index c5b1e1b19c83bbc66070446e31fc3838e4322825..e910bc9f4e830624e99b3b033654c5563581129f 100644 (file)
@@ -73,7 +73,7 @@ char  snapname[BUFSIZ];       /* when doing snapshots, the name of the file */
 char   *cdevname;              /* name of device being checked */
 long   dev_bsize;              /* computed value of DEV_BSIZE */
 long   secsize;                /* actual disk sector size */
-u_int  real_dev_bsize;         /* actual disk sector size, not overriden */
+u_int  real_dev_bsize;         /* actual disk sector size, not overridden */
 char   nflag;                  /* assume a no response */
 char   yflag;                  /* assume a yes response */
 int    bkgrdflag;              /* use a snapshot to run on an active system */
index 506d771f71574c08bf4b1d1f2ae0fdfa6833be5c..7eff340845f1329fbfe191a2f4bcdbd45fad50c9 100644 (file)
@@ -450,7 +450,7 @@ table_create(ipfw_obj_header *oh, int ac, char *av[])
                }
        }
 
-       /* Set some defaults to preserve compability */
+       /* Set some defaults to preserve compatibility. */
        if (xi.algoname[0] == '\0' && xi.type == 0)
                xi.type = IPFW_TABLE_ADDR;
        if (xi.vmask == 0)
@@ -918,7 +918,7 @@ table_modify_record(ipfw_obj_header *oh, int ac, char *av[], int add,
                tentry_fill_key(oh, ptent, *av, add, &type, &vmask, &xi);
 
                /*
-                * compability layer: auto-create table if not exists
+                * Compatibility layer: auto-create table if not exists.
                 */
                if (xi.tablename[0] == '\0') {
                        xi.type = type;
@@ -1387,8 +1387,8 @@ tentry_fill_key(ipfw_obj_header *oh, ipfw_obj_tentry *tent, char *key,
                        vmask = xi->vmask;
                } else {
                        /*
-                        * we're running `ipfw -n`
-                        * Compability layer: try to guess key type
+                        * We're running `ipfw -n`
+                        * Compatibility layer: try to guess key type
                         * before failing.
                         */
                        if (guess_key_type(key, &type) != 0) {
@@ -1407,7 +1407,7 @@ tentry_fill_key(ipfw_obj_header *oh, ipfw_obj_tentry *tent, char *key,
                            oh->ntlv.name);
                /*
                 * Table does not exist
-                * Compability layer: try to guess key type before failing.
+                * Compatibility layer: try to guess key type before failing.
                 */
                if (guess_key_type(key, &type) != 0) {
                        /* Inknown key */
index 4d9061da857082fd412125ca4b20340053ba7f93..894e82467f907ccdb2880c1464e2de5049fd0262 100644 (file)
@@ -223,7 +223,7 @@ int main (int argc, char** argv)
 /*
  * Create divert sockets. Use only one socket if -p was specified
  * on command line. Otherwise, create separate sockets for
- * outgoing and incoming connnections.
+ * outgoing and incoming connections.
  */
                if (mip->inOutPort) {
 
index 3990dbbba8fdbe32c52e32aea7a7f8892c1bacc2..9500805a9e3a1b2bc58f2f051654219129447bc4 100644 (file)
@@ -1088,7 +1088,7 @@ static void
 print_summary(void)
 {
 
-       printf("filesystem created succesfully\n");
+       printf("filesystem was created successfully\n");
        printf("total segments: %#jx valid segments: %#jx\n", nsegments,
            nsegments - bad_segments_count);
        printf("total space: %ju MB free: %ju MB\n",
index 8c46b4fd1def8c6786256c105c7eddaa88790ec7..1d10a40d961ac20c32d25c4f67c6df487ac94e8d 100644 (file)
@@ -220,7 +220,7 @@ strnode_add(strnodelist **listp, char *s, filenode *fnode)
 
 /*
  * below are the functions that deal with creating the lists
- * from the filename's given and the dependancies and provisions
+ * from the filename's given dependencies and provisions
  * in each of these files.  no ordering or checking is done here.
  */
 
@@ -696,7 +696,7 @@ keep_ok(filenode *fnode)
  *
  * NOTE: do_file() is called recursively from several places and cannot
  * safely free() anything related to items that may be recursed on.
- * Circular dependancies will cause problems if we do.
+ * Circular dependencies will cause problems if we do.
  */
 static void
 do_file(filenode *fnode)
index 4586973685a79a7617fd75b2af251ed130aefa2e..1a191648d4b47a26bb876508abd9cdb637e42b48 100644 (file)
@@ -274,7 +274,7 @@ determinestyle(char *date, int *flags,
 
        /* If both the month and date are specified as numbers */
        if (isonlydigits(p1, 1) && isonlydigits(p2, 0)) {
-               /* Now who wants to be this ambigious? :-( */
+               /* Now who wants to be this ambiguous? :-( */
                int m, d;
 
                if (strchr(p2, '*') != NULL)
index 9f8f8a80b11beac54ac9b2c59309dfb6c0539506..9867608cdd36ad7cd226b3837a80d9a0f92a65c5 100644 (file)
@@ -134,17 +134,17 @@ order : ORDER order_list {
        strcpy(__collate_version, COLLATE_VERSION1_2);
        if (fwrite(__collate_version, sizeof(__collate_version), 1, fp) != 1)
                err(EX_IOERR,
-               "IO error writting collate version to destination file %s",
+               "I/O error writing collate version to destination file %s",
                    out_file);
        u32 = htonl(chain_index);
        if (fwrite(&u32, sizeof(u32), 1, fp) != 1)
                err(EX_IOERR,
-               "IO error writting chains number to destination file %s",
+               "I/O error writing chains number to destination file %s",
                    out_file);
        if (fwrite(__collate_substitute_table,
                   sizeof(__collate_substitute_table), 1, fp) != 1)
                err(EX_IOERR,
-               "IO error writting substitute table to destination file %s",
+               "I/O error writing substitution table to destination file %s",
                    out_file);
        for (ch = 0; ch < UCHAR_MAX + 1; ch++) {
                __collate_char_pri_table[ch].prim =
@@ -155,7 +155,7 @@ order : ORDER order_list {
        if (fwrite(__collate_char_pri_table,
                   sizeof(__collate_char_pri_table), 1, fp) != 1)
                err(EX_IOERR,
-               "IO error writting char table to destination file %s",
+               "I/O error writing char table to destination file %s",
                    out_file);
        for (ch = 0; ch < chain_index; ch++) {
                __collate_chain_pri_table[ch].prim =
@@ -167,10 +167,10 @@ order : ORDER order_list {
                   sizeof(*__collate_chain_pri_table), chain_index, fp) !=
                   (size_t)chain_index)
                err(EX_IOERR,
-               "IO error writting chain table to destination file %s",
+               "I/O error writing chain table to destination file %s",
                    out_file);
        if (fclose(fp) != 0)
-               err(EX_IOERR, "IO error closing destination file %s",
+               err(EX_IOERR, "I/O error closing destination file %s",
                    out_file);
        exit(EX_OK);
 }
index 2c5f39e1e549fef66faca9da9931b4b168a14ed6..a246e96b4d3444ebf497ab0af3511593e3560016 100644 (file)
@@ -224,7 +224,7 @@ class asm_writer : public output_writer
        uint32_t bytes_written;
 
        /**
-        * Writes a C string directly to the ouput as-is.  This is mainly used
+        * Writes a C string directly to the output as-is.  This is mainly used
         * for writing directives.
         */
        void write_string(const char *c);
index 160355c8db3c5ffdf7b3ce34f12b5a1d96521140..60ae0bce7adbfab50ce725af1cdd48378bba68f4 100644 (file)
@@ -518,7 +518,7 @@ The
 utility understands a substantial amount about the syntax of C, but it
 has a `forgiving' parser.
 It attempts to cope with the usual sorts of
-incomplete and misformed syntax.
+incomplete and malformed syntax.
 In particular, the use of macros like:
 .Pp
 .Dl #define forever for(;;)
index ee9bf84d66d7ec2a7c18f333613201beb482cdf3..e0fe7be8460d13d13fe3fc2619c1b77d2fbc9402 100644 (file)
@@ -466,10 +466,10 @@ showlocale(void)
                                && strcmp(lang, vval)) {
                        /*
                         * Appropriate environment variable set, its value
-                        * is valid and not overriden by LC_ALL
+                        * is valid and not overridden by LC_ALL
                         *
                         * XXX: possible side effect: if both LANG and
-                        * overriden environment variable are set into same
+                        * overridden environment variable are set into same
                         * value, then it'll be assumed as 'implied'
                         */
                        printf("%s=%s\n", lcinfo[i].name, vval);
index e6f70bbfe7d70ed0254140abd1762676f984c9fc..bfeb3a66b5d61cc55483f1626a28a62ea2143873 100644 (file)
@@ -108,7 +108,7 @@ The
 .Fl a
 and
 .Fl -alternative
-flags are ignored for compability.
+flags are ignored for compatibility.
 .Sh SEE ALSO
 .Xr grep 1 ,
 .Xr sort 1
index 1fecdd2d0da10302c934c86dee0af6f13bd9a57a..246a39705bc23cb2a7ab8d2ba17eb4daa2f1e168 100644 (file)
@@ -289,7 +289,7 @@ utility as follows:
 .Dl % mkimg -s mbr -b /boot/mbr -p freebsd:-'mkimg -s bsd -b /boot/boot \
 -p freebsd-ufs:=root-file-system.ufs -p freebsd-swap::1G' -o mbr-bsd.img
 .Pp
-To accomodate the need to have partitions named or numbered in a certain
+To accommodate the need to have partitions named or numbered in a certain
 way, the
 .Nm
 utility allows for the specification of empty partitions.
index 8cec7071a1f8ffada257fbb8eecb79c554d2fdcd..985a04e625b2bef7c7b516183dc6ecba54e63884 100644 (file)
@@ -1342,7 +1342,7 @@ mt_param(int argc, char **argv, int mtfd, char *xml_str,
                        break;
                case 'p':
                        if (param_name != NULL) {
-                               warnx("Only one paramter name may be "
+                               warnx("Only one parameter name may be "
                                    "specified");
                                retval = 1;
                                goto bailout;
@@ -1354,7 +1354,7 @@ mt_param(int argc, char **argv, int mtfd, char *xml_str,
                        break;
                case 's':
                        if (param_value != NULL) {
-                               warnx("Only one paramter value may be "
+                               warnx("Only one parameter value may be "
                                    "specified");
                                retval = 1;
                                goto bailout;
index cae7bf44354bf569669a634cc5d75ad320a94c0f..0db459e9638bff59aa18cf55a679bf7afb364fa4 100644 (file)
@@ -499,7 +499,7 @@ another_hunk(void)
        LINENUM fillcnt;                        /* #lines of missing ptrn or repl */
        LINENUM fillsrc;                        /* index of first line to copy */
        LINENUM filldst;                        /* index of first missing line */
-       bool    ptrn_spaces_eaten;              /* ptrn was slightly misformed */
+       bool    ptrn_spaces_eaten;              /* ptrn was slightly malformed */
        bool    repl_could_be_missing;          /* no + or ! lines in this hunk */
        bool    repl_missing;                   /* we are now backtracking */
        off_t   repl_backtrack_position;        /* file pos of first repl line */
index 4b41b4ac365b704313028dae149cc5ce7eec3bb6..22a093a61ba94dfbe22075dd6053c3bfc9e67b92 100644 (file)
@@ -76,7 +76,7 @@ egetopt(int nargc, char * const *nargv, const char *ostr)
 {
        static char *place = emsg;      /* option letter processing */
        char *oli;                      /* option letter list index */
-       static int delim;               /* which option delimeter */
+       static int delim;               /* which option delimiter */
        char *p;
        static char savec = '\0';
 
index c7fbe21f9d28973ae08343d6ce18d8116e15d0d7..68cbbc54f22bc634556a8e560696f5cf6c6e793d 100644 (file)
@@ -364,7 +364,7 @@ nonsel:             /* Now parse the command */
 }
 
 /*
- * Get a delimited string.  P points to the delimeter of the string; d points
+ * Get a delimited string.  P points to the delimiter of the string; d points
  * to a buffer area.  Newline and delimiter escapes are processed; other
  * escapes are ignored.
  *
index ca13f8dae8e1d67f3667fe1007ec6537682da158..98d86b545d1549118aaa11975d416ef66e38d9af 100644 (file)
@@ -373,7 +373,7 @@ gather_sctp(void)
                                         htons(xinpcb->local_port));
                                break;
                        default:
-                               errx(1, "adress family %d not supported",
+                               errx(1, "address family %d not supported",
                                     xladdr->address.sa.sa_family);
                        }
                        laddr->next = NULL;
@@ -466,7 +466,7 @@ gather_sctp(void)
                                                 htons(xstcb->local_port));
                                        break;
                                default:
-                                       errx(1, "adress family %d not supported",
+                                       errx(1, "address family %d not supported",
                                             xladdr->address.sa.sa_family);
                                }
                                laddr->next = NULL;
@@ -508,7 +508,7 @@ gather_sctp(void)
                                                 htons(xstcb->remote_port));
                                        break;
                                default:
-                                       errx(1, "adress family %d not supported",
+                                       errx(1, "address family %d not supported",
                                             xraddr->address.sa.sa_family);
                                }
                                faddr->next = NULL;
index 8390cf18e1e132d460680551a229c08e8362274a..994cd2be08d3c7667ef68f039a19018570ff18c7 100644 (file)
@@ -318,7 +318,7 @@ expconv()
 
 
 /*
- *     The following routine recognises an irregular expresion
+ *     The following routine recognises an irregular expression
  *     with the following special characters:
  *
  *             \?      -       means last match was optional
index 03ff0c0891840b634332bdace453f59364e129b2..af427effdfdd17435645f8474b35d9f0239d2a8d 100644 (file)
@@ -295,7 +295,7 @@ pci_emul_msix_tread(struct pci_devinst *pi, uint64_t offset, int size)
 
        /*
         * The PCI standard only allows 4 and 8 byte accesses to the MSI-X
-        * table but we also allow 1 byte access to accomodate reads from
+        * table but we also allow 1 byte access to accommodate reads from
         * ddb.
         */
        if (size != 1 && size != 4 && size != 8)
index 62699f28181d8fb6b3ad913e20107a0136312d4e..993865cacc8c9f379ed5244dc05efe5cf704fb4a 100755 (executable)
@@ -131,7 +131,7 @@ usage()
        # determine if we can use more than one column to display commands.
        #
        local x=$longest_cmd ncols=1
-       x=$(( $x + 8 )) # Accomodate leading tab character
+       x=$(( $x + 8 )) # Accommodate leading tab character
        x=$(( $x + 3 + $longest_cmd )) # Preload end of next column
        while [ $x -lt $max_width ]; do
                ncols=$(( $ncols + 1 ))
index 93b2086f4f1d62d64b1aa7198c6dfa4e3a3b0f1c..703d053771d9deca39c63f6d1af9fa69da468234 100644 (file)
@@ -50,7 +50,7 @@ struct file_list {
        int     f_type;                 /* type */
        u_char  f_flags;                /* see below */
        char    *f_compilewith;         /* special make rule if present */
-       char    *f_depends;             /* additional dependancies */
+       char    *f_depends;             /* additional dependencies */
        char    *f_clean;               /* File list to add to clean rule */
        char    *f_warn;                /* warning message */
        const char *f_objprefix;        /* prefix string for object name */
index 4813ae0e49034b88f2522a6e8063e3b0b8114c37..2551b378dd319676925125a0484074712f20da3b 100644 (file)
@@ -2028,7 +2028,7 @@ conf_apply(struct conf *oldconf, struct conf *newconf)
        }
 
        /*
-        * Go through the new portals, opening the sockets as neccessary.
+        * Go through the new portals, opening the sockets as necessary.
         */
        TAILQ_FOREACH(newpg, &newconf->conf_portal_groups, pg_next) {
                if (newpg->pg_foreign)
index 4f84789018eca43cef775efcf3cd60bad2744fbf..ae9a52b9db573c981bac05b766974dfe8d4ca35f 100644 (file)
@@ -119,7 +119,7 @@ bandwidth (R):
 2) 1.5 < R < 3 Mbps: db0/db1 or db2/db3 or db4/db5 or db6/db7 is payload,
 3) 3 < R < 6 Mbps: db0/db1/db2/db3 or db4/db5/db6/db7 is payload,
 4) R > 6 Mbps: all db0..db7 contain the payload.
-Curently, only case (4) is supported in fwmpegts.c
+Currently, only case (4) is supported in fwmpegts.c
 
 Each packet may contain N  MPEG TS data blocks with timestamp header,
 which are (4+188)B long. Experimentally, the N ranges from 0 through 3.
index f6f9db3a9fe27d2dca1ef47bcbe7f848ad183dd4..f162c3ca0e9bcdf17bdb34f34a9b12a9f65a6f63 100644 (file)
@@ -761,7 +761,7 @@ add_proc(struct cfjail *j, pid_t pid)
        if (j->timeout.tv_sec == 0)
                requeue(j, &sleeping);
        else {
-               /* File the jail in the sleep queue acording to its timeout. */
+               /* File the jail in the sleep queue according to its timeout. */
                TAILQ_REMOVE(j->queue, j, tq);
                TAILQ_FOREACH(tj, &sleeping, tq) {
                        if (!tj->timeout.tv_sec ||
index d2c929e32f08c31a7b8c5e030b1239d364a10f66..4498f4b3913ba254cef33fd41c6c8c70cab692a2 100644 (file)
@@ -41,7 +41,7 @@
 
 #define DF_SEEN                0x01    /* Dependency has been followed */
 #define DF_LIGHT       0x02    /* Implied dependency on jail existence only */
-#define DF_NOFAIL      0x04    /* Don't propigate failed jails */
+#define DF_NOFAIL      0x04    /* Don't propagate failed jails */
 
 #define PF_VAR         0x01    /* This is a variable, not a true parameter */
 #define PF_APPEND      0x02    /* Append to existing parameter list */
index 2df337fc4270419a1d33bd3d44d0d1c6d2742dde..d085eb8d914f5b5198c0aef95dab49a065a7f31a 100644 (file)
@@ -103,7 +103,7 @@ param_l     :
 
 /*
  * Parameters have a name and an optional list of value strings,
- * which may have "+=" or "=" preceeding them.
+ * which may have "+=" or "=" preceding them.
  */
 param  : name
        {
index b1e28fbd136260babfeb1ffd15e3ae5552f21969..fbd1694cbcdb6936e228ea715f8665823560fe10 100644 (file)
@@ -220,7 +220,7 @@ main(int argc, char **argv)
                putchar('\n');
        }
 
-       /* Fetch the jail(s) and print the paramters. */
+       /* Fetch the jail(s) and print the parameters. */
        if (jid != 0 || jname != NULL) {
                if (print_jail(pflags, jflags) < 0)
                        errx(1, "%s", jail_errmsg);
index ea4ed4446d49ca4b07fd1fb9bd00cf8c53cf7ab9..b5be46906b0902c87058d7ab799311db59cf341c 100644 (file)
@@ -163,7 +163,7 @@ static cd9660node *cd9660_create_special_directory(u_char, cd9660node *);
 
 
 /*
- * Allocate and initalize a cd9660node
+ * Allocate and initialize a cd9660node
  * @returns struct cd9660node * Pointer to new node, or NULL on error
  */
 static cd9660node *
index e999c77a35b5cf9e0fb9fc84dfa761ba1a051984..e3adc0b65698c28ed557b19e31be46a4607522d2 100644 (file)
@@ -607,25 +607,25 @@ Scan for foreign configurations and display the number found. The
 argument for the commands below takes the form of a number from 0 to the total
 configurations found.
 .It Cm foreign clear Op config
-Clear the specifed foreign
+Clear the specified foreign
 .Ar config
 or all if no
 .Ar config
 argument is provided.
 .It Cm foreign diag Op config
-Display a diagnostic display of the specifed foreign
+Display a diagnostic display of the specified foreign
 .Ar config
 or all if no
 .Ar config
 argument is provided.
 .It Cm foreign preview Op config
-Preview the specifed foreign
+Preview the specified foreign
 .Ar config
 after import or all if no
 .Ar config
 argument is provided.
 .It Cm foreign import Op config
-Import the specifed foreign
+Import the specified foreign
 .Ar config
 or all if no
 .Ar config
index d89767bf177476109b9094945b8056358bf946d9..0951cc7a1aac78bab077eaef726d65e01775c2a7 100644 (file)
@@ -177,7 +177,7 @@ list all blocks marked as bad on a given chip.
 .El
 .It Ic log
 Prints activity log of the specified controller to stdout; if
-controller number is not specifed, logs for all available
+controller number is not specified, logs for all available
 controllers are printed.
 .It Ic stats
 Print statistics of the selected controller, chip and page.
index 082085ff550e4df2b88e4606a61c19d7b1555bd1..bd3d080474b0272bc63a1579d39fea1cf6c6cf97 100644 (file)
@@ -421,7 +421,7 @@ cmdmod(int gargc __unused, char **gargv)
        if (gargc >= 4) {
                if (strcmp(gargv[2], "--loglevel") == 0 || strcmp(gargv[2],
                    "-l") == 0) {
-                       /* Set loglevel (ctrl:chip pair independant) */
+                       /* Set loglevel (ctrl:chip pair independent) */
                        mods.field = SIM_MOD_LOG_LEVEL;
 
                        if (convert_arguint(gargv[3], &mods.new_value) != 0)
index a965034184626d41d0110cbd99783e29358a535d..a9b5eb121c2aa95c51b28678b022d6fb45084bcb 100644 (file)
@@ -349,7 +349,7 @@ create_ctrls(struct rcfile *f, struct sim_ctrl **ctrls, int *cnt)
                /*
                 * ECC layout have to end up with 0xffff, so
                 * we're filling buffer with 0xff. If ecc_layout is
-                * defined in config file, values will be overriden.
+                * defined in config file, values will be overridden.
                 */
                memset((void *)&ctrl_conf.ecc_layout, 0xff,
                    sizeof(ctrl_conf.ecc_layout));
@@ -411,7 +411,7 @@ create_chips(struct rcfile *f, struct sim_chip **chips, int *cnt)
                /*
                 * Bad block map have to end up with 0xffff, so
                 * we're filling array with 0xff. If bad block map is
-                * defined in config file, values will be overriden.
+                * defined in config file, values will be overridden.
                 */
                memset((void *)&chip_conf.bad_block_map, 0xff,
                    sizeof(chip_conf.bad_block_map));
index a14520ca61df223c69cb2face6787ab12c4602ac..85cb67c3bdc9ed130467832f1d47f67ab6bf23ff 100644 (file)
@@ -675,7 +675,7 @@ again:;
                printf("%-*.*s %-*.*s %*.*s", addrwidth, addrwidth, host_buf,
                    llwidth, llwidth, ether_str(sdl), ifwidth, ifwidth, ifname);
 
-               /* Print neighbor discovery specific informations */
+               /* Print neighbor discovery specific information */
                nbi = getnbrinfo(&sin->sin6_addr, sdl->sdl_index, 1);
                if (nbi) {
                        if (nbi->expire > now.tv_sec) {
index b63234b1170a176d6ad3e064f03fcadae5692658..a5b6fbc90180d978de0947ce0d6dd4b5fd866999 100644 (file)
@@ -1915,7 +1915,7 @@ do_sigwork(struct sigwork_entry *swork)
        /*
         * Compute the pause between consecutive signals.  Use a longer
         * sleep time if we will be sending two signals to the same
-        * deamon or process-group.
+        * daemon or process-group.
         */
        secs = 0;
        nextsig = SLIST_NEXT(swork, sw_nextp);
index c2253913e2212156685373965c86510276479cdb..d8999a98ab9951934be07517b3be29ef871d2f97 100644 (file)
@@ -444,7 +444,7 @@ parse_expression(char *str)
         *      val OP val <or>
         *      val OP (   <recursively>
         * d) A final optional step (not implemented yet) would be
-        *    to insert the mathimatical precedence paran's. For
+        *    to insert the mathematical precedence paran's. For
         *    the start we will just do the left to right evaluation and
         *    then later we can add this guy to add paran's to make it
         *    mathimatically correct... i.e instead of 1 + 2 * 3 we
index 5cd2272ff83073061c8ec817f84a78d918c8f3e1..5c25a09473cd97d9a268820eb0dee4f244bc175b 100644 (file)
@@ -473,7 +473,7 @@ FilterCheck(const unsigned char *packet,
                        ncpaddr_ntoa(&srcaddr), sport, dstip, dport);
           }
           return 1;
-        }              /* Explict match.  Deny this packet */
+        }              /* Explicit match.  Deny this packet */
       }
     } else {
       n++;
index 59eeaed23d33645550ea0e11b3d4fa07fd8f5728..3fc6b818d717e7f003539ad44a42c6c72bb0c680 100644 (file)
@@ -5404,7 +5404,7 @@ and
 .Dq default
 can be used for
 .Ar dest
-to sepcify the default route, and
+to specify the default route, and
 .Dq 0.0.0.0
 is understood to be the same as
 .Dq default
@@ -5454,7 +5454,7 @@ and
 .Dq default
 can be used for
 .Ar dest
-to sepcify the default route, and
+to specify the default route, and
 .Dq ::
 is understood to be the same as
 .Dq default
index 56b4185eb0ea333e5bc4fac057766f4564e73895..f19fb3ccd93bae56e51bc087b833d77083911ee1 100644 (file)
@@ -67,7 +67,7 @@ struct ifinfo {
        int active;             /* interface status */
        int probeinterval;      /* interval of probe timer (if necessary) */
        int probetimer;         /* rest of probe timer */
-       int mediareqok;         /* wheter the IF supports SIOCGIFMEDIA */
+       int mediareqok;         /* whether the IF supports SIOCGIFMEDIA */
        int otherconfig;        /* need a separate protocol for the "other"
                                 * configuration */
        int state;
index 4c3ad4ec94e1dc11b97806eb0bf3f0276349191b..85f2c55d3f14fe920b942770667bd9fc590cb534 100644 (file)
@@ -50,7 +50,7 @@ static const char *magic_fmt =
 "a = FORMAT:HEX,BITSTRING:00\n"
 /*
  * Well, there should be some other struct here, "SPCLink", but it doesn't
- * appear to be neccessary for UEFI, and I have no idea how to synthesize it,
+ * appear to be necessary for UEFI, and I have no idea how to synthesize it,
  * as it uses the CHOICE type.
  */
 "\n"
index f4695b4a4dc9c0755117a62924bc3014da0588ad..768ba5a6e02def4f039d4a7e77a626650d21779e 100644 (file)
@@ -304,7 +304,7 @@ parse_directory(struct executable *x, off_t off,
  * Note that most software does not care about the checksum at all; perhaps
  * we could just set it to 0 instead.
  *
- * XXX: Endianess?
+ * XXX: Endianness?
  */
 static uint32_t
 compute_checksum(const struct executable *x)
index 7d18d22c73475b29c36a383a0969c87c03b61a18..af4913381aaa678705f2699493654df025d174c8 100644 (file)
@@ -396,7 +396,7 @@ main(int argc, char *argv[])
        if (flock(yplockfd, LOCK_EX|LOCK_NB) == -1 && errno == EWOULDBLOCK)
                errx(1, "another ypbind is already running. Aborting");
 
-       /* XXX domainname will be overriden if we use restricted mode */
+       /* XXX domainname will be overridden if we use restricted mode */
        yp_get_default_domain(&domain_name);
        if (domain_name[0] == '\0')
                errx(1, "domainname not set. Aborting");
index a55e4cb62722ce853f2bbaf086cca5b48b734779..5008bcfe50932db8d0c3d5e0ca2150a5cf4339d8 100644 (file)
@@ -235,7 +235,7 @@ then
 
        for MAP in ${YPMAPLIST}
        do
-               echo "Transfering ${MAP}..."
+               echo "Transferring ${MAP}..."
                if ! ${YPXFR} -p ${YP_DIR} -h ${MASTER} -c -d ${DOMAIN} ${MAP}; then
                        echo "Can't transfer map ${MAP}." 1>&2
                        ERROR_EXISTS="YES"