Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/udf fix various typos in comments.



details:   https://anonhg.NetBSD.org/src/rev/e50b92908aaa
branches:  trunk
changeset: 359828:e50b92908aaa
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Jan 25 22:01:34 2022 +0000

description:
fix various typos in comments.

diffstat:

 sys/arch/evbarm/smdk2xx0/smdk2410_kbd.c |   6 +++---
 sys/arch/m68k/fpsp/x_unfl.sa            |   4 ++--
 sys/dev/ieee1394/fwohci.c               |   6 +++---
 sys/dev/microcode/aic7xxx/aic79xx.reg   |   4 ++--
 sys/dev/microcode/aic7xxx/aic79xx.seq   |  28 ++++++++++++++--------------
 sys/dev/microcode/aic7xxx/aic7xxx.reg   |   6 +++---
 sys/dev/microcode/aic7xxx/aic7xxx.seq   |  10 +++++-----
 sys/dev/pci/auixp.c                     |  12 ++++++------
 sys/dev/pci/autri.c                     |   6 +++---
 sys/fs/udf/udf_subr.c                   |   6 +++---
 10 files changed, 44 insertions(+), 44 deletions(-)

diffs (truncated from 370 to 300 lines):

diff -r 7fdd8cea7e75 -r e50b92908aaa sys/arch/evbarm/smdk2xx0/smdk2410_kbd.c
--- a/sys/arch/evbarm/smdk2xx0/smdk2410_kbd.c   Tue Jan 25 21:28:49 2022 +0000
+++ b/sys/arch/evbarm/smdk2xx0/smdk2410_kbd.c   Tue Jan 25 22:01:34 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: smdk2410_kbd.c,v 1.10 2021/08/07 16:18:50 thorpej Exp $ */
+/* $NetBSD: smdk2410_kbd.c,v 1.11 2022/01/25 22:01:34 andvar Exp $ */
 
 /*
  * Copyright (c) 2004  Genetec Corporation.  All rights reserved.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smdk2410_kbd.c,v 1.10 2021/08/07 16:18:50 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smdk2410_kbd.c,v 1.11 2022/01/25 22:01:34 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -72,7 +72,7 @@
  */
 
 /*
- * Commands/responce 
+ * Commands/response 
  */
 #define        KCDR_INITIALIZE 0xa0    /* Initialize request */
 #define        KCDR_INITCOMP   0xa1    /* Initialize complete */
diff -r 7fdd8cea7e75 -r e50b92908aaa sys/arch/m68k/fpsp/x_unfl.sa
--- a/sys/arch/m68k/fpsp/x_unfl.sa      Tue Jan 25 21:28:49 2022 +0000
+++ b/sys/arch/m68k/fpsp/x_unfl.sa      Tue Jan 25 22:01:34 2022 +0000
@@ -1,4 +1,4 @@
-*      $NetBSD: x_unfl.sa,v 1.4 2001/09/16 16:34:32 wiz Exp $
+*      $NetBSD: x_unfl.sa,v 1.5 2022/01/25 22:01:34 andvar Exp $
 
 *      MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
 *      M68000 Hi-Performance Microprocessor Division
@@ -41,7 +41,7 @@
 * by taking the intermediate result (which is always normalized) and 
 * shifting the mantissa right while incrementing the exponent until 
 * it is equal to the denormalized exponent for the destination 
-* format.  After denormalizatoin, the result is rounded to the 
+* format.  After denormalization, the result is rounded to the 
 * destination format.
 *              
 * Trap enabled results
diff -r 7fdd8cea7e75 -r e50b92908aaa sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Tue Jan 25 21:28:49 2022 +0000
+++ b/sys/dev/ieee1394/fwohci.c Tue Jan 25 22:01:34 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fwohci.c,v 1.149 2021/12/05 08:17:21 msaitoh Exp $     */
+/*     $NetBSD: fwohci.c,v 1.150 2022/01/25 22:01:34 andvar Exp $      */
 
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
@@ -37,7 +37,7 @@
  *
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.149 2021/12/05 08:17:21 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.150 2022/01/25 22:01:34 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -1419,7 +1419,7 @@
            OHCI_OUTPUT_MORE | OHCI_KEY_ST2 | hdr_len);
        FWOHCI_DMA_WRITE(db->db.desc.addr, 0);
        FWOHCI_DMA_WRITE(db->db.desc.res, 0);
-/* Specify bound timer of asy. responce */
+/* Specify bound timer of asy. response */
        if (dbch->off != OHCI_ATSOFF)
                FWOHCI_DMA_WRITE(db->db.desc.res,
                     (OREAD(sc, OHCI_CYCLETIMER) >> 12) + (1 << 13));
diff -r 7fdd8cea7e75 -r e50b92908aaa sys/dev/microcode/aic7xxx/aic79xx.reg
--- a/sys/dev/microcode/aic7xxx/aic79xx.reg     Tue Jan 25 21:28:49 2022 +0000
+++ b/sys/dev/microcode/aic7xxx/aic79xx.reg     Tue Jan 25 22:01:34 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.reg,v 1.14 2019/05/28 08:59:34 msaitoh Exp $   */
+/*     $NetBSD: aic79xx.reg,v 1.15 2022/01/25 22:01:34 andvar Exp $    */
 
 /*
  * Aic79xx register and scratch ram definitions.
@@ -2433,7 +2433,7 @@
 }
 
 /*
- * Shaddow Host Address.
+ * Shadow Host Address.
  */
 register SHADDR {
        address                 0x060
diff -r 7fdd8cea7e75 -r e50b92908aaa sys/dev/microcode/aic7xxx/aic79xx.seq
--- a/sys/dev/microcode/aic7xxx/aic79xx.seq     Tue Jan 25 21:28:49 2022 +0000
+++ b/sys/dev/microcode/aic7xxx/aic79xx.seq     Tue Jan 25 22:01:34 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.seq,v 1.15 2021/09/19 10:34:09 andvar Exp $    */
+/*     $NetBSD: aic79xx.seq,v 1.16 2022/01/25 22:01:34 andvar Exp $    */
 
 /*
  * Adaptec U320 device driver firmware for Linux and FreeBSD.
@@ -130,7 +130,7 @@
 
        /*
         * Since this status did not consume a FIFO, we have to
-        * be a bit more dilligent in how we check for FIFOs pertaining
+        * be a bit more diligent in how we check for FIFOs pertaining
         * to this transaction.  There are two states that a FIFO still
         * transferring data may be in.
         *
@@ -362,7 +362,7 @@
  * Either post or fetch an SCB from host memory.  The caller
  * is responsible for polling for transfer completion.
  *
- * Prerequisits: Mode == M_CCHAN
+ * Prerequisites: Mode == M_CCHAN
  *              SINDEX contains CCSCBCTL flags
  *              SCBHADDR set to Host SCB address
  *              SCBPTR set to SCB src location on "push" operations
@@ -549,7 +549,7 @@
                test    LQOSTAT1, LQOBUSFREE jnz idle_loop;
 
                /*
-                * On a phase change oustside of packet boundaries,
+                * On a phase change outside of packet boundaries,
                 * LASTSCB points to the currently active SCB context
                 * on the bus.
                 */
@@ -754,7 +754,7 @@
 
 /*
  * Message out phase.  If MSG_OUT is MSG_IDENTIFYFLAG, build a full
- * indentify message sequence and send it to the target.  The host may
+ * identify message sequence and send it to the target.  The host may
  * override this behavior by setting the MK_MESSAGE bit in the SCB
  * control byte.  This will cause us to interrupt the host and allow
  * it to handle the message phase completely on its own.  If the bit
@@ -764,9 +764,9 @@
  *
  * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
  * This is done to allow the host to send messages outside of an identify
- * sequence while protecting the seqencer from testing the MK_MESSAGE bit
+ * sequence while protecting the sequencer from testing the MK_MESSAGE bit
  * on an SCB that might not be for the current nexus. (For example, a
- * BDR message in responce to a bad reselection would leave us pointed to
+ * BDR message in response to a bad reselection would leave us pointed to
  * an SCB that doesn't have anything to do with the current target).
  *
  * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
@@ -1080,7 +1080,7 @@
  * Is it a disconnect message?  Set a flag in the SCB to remind us
  * and await the bus going free.  If this is an untagged transaction
  * store the SCB id for it in our untagged target table for lookup on
- * a reselction.
+ * a reselection.
  */
 mesgin_disconnect:
        /*
@@ -1304,7 +1304,7 @@
        test    DFSTATUS, PRELOAD_AVAIL jz return;
        /*
         * On the A, preloading a segment before HDMAENACK
-        * comes true can clobber the shaddow address of the
+        * comes true can clobber the shadow address of the
         * first segment in the S/G FIFO.  Wait until it is
         * safe to proceed.
         */
@@ -1661,7 +1661,7 @@
 /*
  * There are two types of save pointers interrupts:
  * The first is a snapshot save pointers where the current FIFO is not
- * active and contains a snapshot of the current poniter information.
+ * active and contains a snapshot of the current pointer information.
  * This happens between packets in a stream for a single L_Q.  Since we
  * are not performing a pointer save, we can safely clear the channel
  * so it can be used for other transactions.  On RTI capable controllers,
@@ -1757,10 +1757,10 @@
         * Defer handling of this NONPACKREQ until we
         * can be sure it pertains to this FIFO.  SAVEPTRS
         * will not be asserted if the NONPACKREQ is for us,
-        * so we must simulate it if shaddow is valid.  If
-        * shaddow is not valid, keep running this FIFO until we
+        * so we must simulate it if shadow is valid.  If
+        * shadow is not valid, keep running this FIFO until we
         * have satisfied the transfer by loading segments and
-        * waiting for either shaddow valid or last_seg_done.
+        * waiting for either shadow valid or last_seg_done.
         */
        test    MDFFSTAT, SHVALID jnz pkt_saveptrs;
 pkt_service_fifo:
@@ -1894,7 +1894,7 @@
 END_CRITICAL;
 pkt_status_check_overrun:
        /*
-        * Status PKT overruns are uncerimoniously recovered with a
+        * Status PKT overruns are unceremoniously recovered with a
         * bus reset.  If we've overrun, let the host know so that
         * recovery can be performed.
         *
diff -r 7fdd8cea7e75 -r e50b92908aaa sys/dev/microcode/aic7xxx/aic7xxx.reg
--- a/sys/dev/microcode/aic7xxx/aic7xxx.reg     Tue Jan 25 21:28:49 2022 +0000
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.reg     Tue Jan 25 22:01:34 2022 +0000
@@ -39,7 +39,7 @@
  *
  * $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.reg,v 1.43 2003/01/20 20:44:55 gibbs Exp $
  */
-VERSION = "$NetBSD: aic7xxx.reg,v 1.5 2021/08/07 19:41:14 andvar Exp $"
+VERSION = "$NetBSD: aic7xxx.reg,v 1.6 2022/01/25 22:01:34 andvar Exp $"
 
 /*
  * This file is processed by the aic7xxx_asm utility for use in assembling
@@ -329,7 +329,7 @@
        address                 0x00d
        access_mode RO
        field   OVERRUN         0x80
-       field   SHVALID         0x40    /* Shaddow Layer non-zero */
+       field   SHVALID         0x40    /* Shadow Layer non-zero */
        field   EXP_ACTIVE      0x10    /* SCSI Expander Active */
        field   CRCVALERR       0x08    /* CRC doesn't match (U3 only) */
        field   CRCENDERR       0x04    /* No terminal CRC packet (U3 only) */
@@ -949,7 +949,7 @@
 
 /*
  * Queue In FIFO (p. 3-60)
- * Input queue for queued SCBs (commands that the seqencer has yet to start)
+ * Input queue for queued SCBs (commands that the sequencer has yet to start)
  */
 register QINFIFO {
        address                 0x09b
diff -r 7fdd8cea7e75 -r e50b92908aaa sys/dev/microcode/aic7xxx/aic7xxx.seq
--- a/sys/dev/microcode/aic7xxx/aic7xxx.seq     Tue Jan 25 21:28:49 2022 +0000
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq     Tue Jan 25 22:01:34 2022 +0000
@@ -40,7 +40,7 @@
  * $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.seq,v 1.123 2003/01/20 20:44:55 gibbs Exp $
  */
 
-VERSION = "$NetBSD: aic7xxx.seq,v 1.21 2021/09/03 22:33:17 andvar Exp $"
+VERSION = "$NetBSD: aic7xxx.seq,v 1.22 2022/01/25 22:01:34 andvar Exp $"
 PATCH_ARG_LIST = "struct ahc_softc *ahc"
 PREFIX = "ahc_"
 
@@ -1476,7 +1476,7 @@
 
 /*
  * Message out phase.  If MSG_OUT is MSG_IDENTIFYFLAG, build a full
- * indentify message sequence and send it to the target.  The host may
+ * identify message sequence and send it to the target.  The host may
  * override this behavior by setting the MK_MESSAGE bit in the SCB
  * control byte.  This will cause us to interrupt the host and allow
  * it to handle the message phase completely on its own.  If the bit
@@ -1486,9 +1486,9 @@
  *
  * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
  * This is done to allow the host to send messages outside of an identify
- * sequence while protecting the seqencer from testing the MK_MESSAGE bit
+ * sequence while protecting the sequencer from testing the MK_MESSAGE bit
  * on an SCB that might not be for the current nexus. (For example, a
- * BDR message in responce to a bad reselection would leave us pointed to
+ * BDR message in response to a bad reselection would leave us pointed to
  * an SCB that doesn't have anything to do with the current target).
  *
  * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
@@ -1696,7 +1696,7 @@
  * Is it a disconnect message?  Set a flag in the SCB to remind us
  * and await the bus going free.  If this is an untagged transaction
  * store the SCB id for it in our untagged target table for lookup on
- * a reselction.
+ * a reselection.
  */
 mesgin_disconnect:
        /*
diff -r 7fdd8cea7e75 -r e50b92908aaa sys/dev/pci/auixp.c
--- a/sys/dev/pci/auixp.c       Tue Jan 25 21:28:49 2022 +0000
+++ b/sys/dev/pci/auixp.c       Tue Jan 25 22:01:34 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auixp.c,v 1.52 2021/08/21 09:59:46 andvar Exp $ */
+/* $NetBSD: auixp.c,v 1.53 2022/01/25 22:01:35 andvar Exp $ */
 
 /*
  * Copyright (c) 2004, 2005 Reinoud Zandijk <reinoud%netbsd.org@localhost>
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.52 2021/08/21 09:59:46 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.53 2022/01/25 22:01:35 andvar Exp $");
 
 #include <sys/types.h>
 #include <sys/errno.h>
@@ -716,7 +716,7 @@
  * audio is refilled by calling the intr() function when space is available
  * again.
  */
-/* XXX allmost literaly a copy of trigger-input; could be factorised XXX */
+/* XXX almost literally a copy of trigger-input; could be factorised XXX */
 static int
 auixp_trigger_output(void *hdl, void *start, void *end, int blksize,
     void (*intr)(void *), void *intrarg, const audio_params_t *param)
@@ -791,7 +791,7 @@
 }
 
 



Home | Main Index | Thread Index | Old Index