Module Name:    src
Committed By:   andvar
Date:           Wed Sep  1 14:17:46 UTC 2021

Modified Files:
        src/sbin/newfs_udf: udf_write.c
        src/sys/arch/mips/rmi: rmixl_spl.S

Log Message:
fix few typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/newfs_udf/udf_write.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/rmi/rmixl_spl.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/newfs_udf/udf_write.c
diff -u src/sbin/newfs_udf/udf_write.c:1.10 src/sbin/newfs_udf/udf_write.c:1.11
--- src/sbin/newfs_udf/udf_write.c:1.10	Sun Aug 22 20:18:39 2021
+++ src/sbin/newfs_udf/udf_write.c	Wed Sep  1 14:17:46 2021
@@ -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 @@ udf_do_newfs_prefix(void)
 	/*
 	 * 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 @@ udf_do_newfs_prefix(void)
 	 * terminator
 	 */
 
-	/* start of volume recognision sequence building */
+	/* start of volume recognition sequence building */
 	context.vds_seq = 0;
 
 	/* Create primary volume descriptor */

Index: src/sys/arch/mips/rmi/rmixl_spl.S
diff -u src/sys/arch/mips/rmi/rmixl_spl.S:1.6 src/sys/arch/mips/rmi/rmixl_spl.S:1.7
--- src/sys/arch/mips/rmi/rmixl_spl.S:1.6	Tue Dec  1 08:39:39 2020
+++ src/sys/arch/mips/rmi/rmixl_spl.S	Wed Sep  1 14:17:46 2021
@@ -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 @@ STATIC_LEAF(_splsw_splintr)
 	 * - 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

Reply via email to