Thanks

Tom


Index: sys/arch/i386/stand/libsa/apmprobe.c
===================================================================
RCS file: /home/OpenBSD/cvs/src/sys/arch/i386/stand/libsa/apmprobe.c,v
retrieving revision 1.18
diff -u -p -u -r1.18 apmprobe.c
--- sys/arch/i386/stand/libsa/apmprobe.c        8 Jul 2014 13:31:30 -0000       
1.18
+++ sys/arch/i386/stand/libsa/apmprobe.c        10 Jun 2016 18:06:23 -0000
@@ -27,7 +27,7 @@
  */
 /*
  * APM derived from: apm_init.S, LP (Laptop Package)
- * wich contained this:
+ * which contained this:
  * Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosok...@mt.cs.keio.ac.jp>
  *
  */
Index: sys/arch/i386/stand/libsa/cmd_i386.c
===================================================================
RCS file: /home/OpenBSD/cvs/src/sys/arch/i386/stand/libsa/cmd_i386.c,v
retrieving revision 1.35
diff -u -p -u -r1.35 cmd_i386.c
--- sys/arch/i386/stand/libsa/cmd_i386.c        18 Sep 2015 13:30:56 -0000      
1.35
+++ sys/arch/i386/stand/libsa/cmd_i386.c        10 Jun 2016 18:06:23 -0000
@@ -179,7 +179,7 @@ Xmemory(void)
                                        p++;
                        }
 
-                       /* Handle (possibly non-existant) address part */
+                       /* Handle (possibly non-existent) address part */
                        switch (*p) {
                                case '@':
                                        addr = strtoll(p + 1, NULL, 0);
Index: sys/arch/i386/stand/libsa/memprobe.c
===================================================================
RCS file: /home/OpenBSD/cvs/src/sys/arch/i386/stand/libsa/memprobe.c,v
retrieving revision 1.56
diff -u -p -u -r1.56 memprobe.c
--- sys/arch/i386/stand/libsa/memprobe.c        8 Oct 2015 14:46:05 -0000       
1.56
+++ sys/arch/i386/stand/libsa/memprobe.c        10 Jun 2016 18:06:23 -0000
@@ -286,7 +286,7 @@ memprobe(void)
                         * Compute compatibility values:
                         * cnvmem -- is the upper boundary of conventional
                         *      memory (below IOM_BEGIN (=640k))
-                        * extmem -- is the size of the contignous extended
+                        * extmem -- is the size of the contiguous extended
                         *      memory segment starting at 1M
                         *
                         * We ignore "good" memory in the 640K-1M hole.
@@ -338,7 +338,7 @@ mem_limit(long long ml)
                if (p->type != BIOS_MAP_FREE)
                        continue;
 
-               /* Wholy above limit, nuke it */
+               /* Wholly above limit, nuke it */
                if ((sp >= ml) && (ep >= ml)) {
                        bcopy (p + 1, p, (char *)bios_memmap +
                               sizeof(bios_memmap) - (char *)p);
Index: sys/arch/i386/stand/libsa/pxe.h
===================================================================
RCS file: /home/OpenBSD/cvs/src/sys/arch/i386/stand/libsa/pxe.h,v
retrieving revision 1.6
diff -u -p -u -r1.6 pxe.h
--- sys/arch/i386/stand/libsa/pxe.h     2 Mar 2011 07:15:45 -0000       1.6
+++ sys/arch/i386/stand/libsa/pxe.h     10 Jun 2016 18:06:23 -0000
@@ -346,7 +346,7 @@ typedef struct {
 #      define PXENV_UNDI_ISR_OUT_NOT_OUTS      1
 
        /*
-        * one of these will bre returnd for PXEND_UNDI_ISR_IN_PROCESS
+        * one of these will be returned for PXEND_UNDI_ISR_IN_PROCESS
         * and PXENV_UNDI_ISR_IN_GET_NEXT
         */
 #      define PXENV_UNDI_ISR_OUT_DONE          0

Reply via email to