Source-Changes-HG archive

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

[src/trunk]: src fix few typos in comments.



details:   https://anonhg.NetBSD.org/src/rev/b292ae112094
branches:  trunk
changeset: 1023289:b292ae112094
user:      andvar <andvar%NetBSD.org@localhost>
date:      Wed Sep 01 14:17:46 2021 +0000

description:
fix few typos in comments.

diffstat:

 sbin/newfs_udf/udf_write.c    |  8 ++++----
 sys/arch/mips/rmi/rmixl_spl.S |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 9d5d52629d37 -r b292ae112094 sbin/newfs_udf/udf_write.c
--- a/sbin/newfs_udf/udf_write.c        Wed Sep 01 13:44:02 2021 +0000
+++ b/sbin/newfs_udf/udf_write.c        Wed Sep 01 14:17:46 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_write.c,v 1.10 2021/08/22 20:18:39 andvar Exp $ */
+/* $NetBSD: udf_write.c,v 1.11 2021/09/01 14:17:46 andvar Exp $ */
 
 /*
  * Copyright (c) 2006, 2008, 2013 Reinoud Zandijk
@@ -30,7 +30,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: udf_write.c,v 1.10 2021/08/22 20:18:39 andvar Exp $");
+__RCSID("$NetBSD: udf_write.c,v 1.11 2021/09/01 14:17:46 andvar Exp $");
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -551,7 +551,7 @@
        /*
         * Start with wipeout of VRS1 upto start of partition. This allows
         * formatting for sequentials with the track reservation and it 
-        * cleans old rubbish on rewritables. For sequentuals without the
+        * cleans old rubbish on rewritables. For sequentials without the
         * track reservation all is wiped from track start.
         */
        if ((zero_dscr = calloc(1, context.sector_size)) == NULL)
@@ -580,7 +580,7 @@
         * terminator
         */
 
-       /* start of volume recognision sequence building */
+       /* start of volume recognition sequence building */
        context.vds_seq = 0;
 
        /* Create primary volume descriptor */
diff -r 9d5d52629d37 -r b292ae112094 sys/arch/mips/rmi/rmixl_spl.S
--- a/sys/arch/mips/rmi/rmixl_spl.S     Wed Sep 01 13:44:02 2021 +0000
+++ b/sys/arch/mips/rmi/rmixl_spl.S     Wed Sep 01 14:17:46 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rmixl_spl.S,v 1.6 2020/12/01 08:39:39 skrll Exp $      */
+/*     $NetBSD: rmixl_spl.S,v 1.7 2021/09/01 14:17:46 andvar Exp $     */
 
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: rmixl_spl.S,v 1.6 2020/12/01 08:39:39 skrll Exp $");
+RCSID("$NetBSD: rmixl_spl.S,v 1.7 2021/09/01 14:17:46 andvar Exp $");
 
 #include "assym.h"
 
@@ -284,7 +284,7 @@
         * - if clock intr is requested, set MIPS_INT_MASK_5
         * - if other HW intr is requested, set MIPS_INT_MASK_1 as summary bit
         *   the RMI evbmips_iointr function will sort through
-        *   individial EIRR requests
+        *   individual EIRR requests
         */
        li      t2, RMIXL_INT_MASK_5            # load RMIXL_INT_MASK_5
        and     t1, v1, t2                      # save count/compare intr request value



Home | Main Index | Thread Index | Old Index