Module Name:    src
Committed By:   andvar
Date:           Wed Mar 23 13:06:06 UTC 2022

Modified Files:
        src/sys/fs/udf: udf_vfsops.c
        src/sys/ufs/lfs: lfs_inode.h
        src/sys/ufs/ufs: inode.h
        src/usr.sbin/acpitools/aml: aml_parse.c
        src/usr.sbin/sysinst: mbr.c

Log Message:
fix few typos for word "previous(ly)" in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/fs/udf/udf_vfsops.c
cvs rdiff -u -r1.25 -r1.26 src/sys/ufs/lfs/lfs_inode.h
cvs rdiff -u -r1.78 -r1.79 src/sys/ufs/ufs/inode.h
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/acpitools/aml/aml_parse.c
cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/sysinst/mbr.c

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

Modified files:

Index: src/sys/fs/udf/udf_vfsops.c
diff -u src/sys/fs/udf/udf_vfsops.c:1.83 src/sys/fs/udf/udf_vfsops.c:1.84
--- src/sys/fs/udf/udf_vfsops.c:1.83	Thu Dec 16 21:39:53 2021
+++ src/sys/fs/udf/udf_vfsops.c	Wed Mar 23 13:06:06 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_vfsops.c,v 1.83 2021/12/16 21:39:53 reinoud Exp $ */
+/* $NetBSD: udf_vfsops.c,v 1.84 2022/03/23 13:06:06 andvar Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_vfsops.c,v 1.83 2021/12/16 21:39:53 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_vfsops.c,v 1.84 2022/03/23 13:06:06 andvar Exp $");
 #endif /* not lint */
 
 
@@ -647,7 +647,7 @@ udf_mountfs(struct vnode *devvp, struct 
 			 * is enough space to open/close new session
 			 */
 		}
-		/* double check if we're not mounting a pervious session RW */
+		/* double check if we're not mounting a previous session RW */
 		if (args->sessionnr != 0) {
 			printf("UDF mount: updating a previous session "
 				"not yet allowed\n");

Index: src/sys/ufs/lfs/lfs_inode.h
diff -u src/sys/ufs/lfs/lfs_inode.h:1.25 src/sys/ufs/lfs/lfs_inode.h:1.26
--- src/sys/ufs/lfs/lfs_inode.h:1.25	Sun Feb 23 08:38:58 2020
+++ src/sys/ufs/lfs/lfs_inode.h	Wed Mar 23 13:06:06 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lfs_inode.h,v 1.25 2020/02/23 08:38:58 riastradh Exp $	*/
+/*	$NetBSD: lfs_inode.h,v 1.26 2022/03/23 13:06:06 andvar Exp $	*/
 /*  from NetBSD: ulfs_inode.h,v 1.5 2013/06/06 00:51:50 dholland Exp  */
 /*  from NetBSD: inode.h,v 1.72 2016/06/03 15:36:03 christos Exp  */
 
@@ -73,7 +73,7 @@
  * currently stashed in the vnode between VOP_LOOKUP and directory
  * operation VOPs, which is gross.
  *
- * XXX ulr_diroff is a lookup hint from the previos call of VOP_LOOKUP.
+ * XXX ulr_diroff is a lookup hint from the previous call of VOP_LOOKUP.
  * probably it should not be here.
  */
 struct ulfs_lookup_results {

Index: src/sys/ufs/ufs/inode.h
diff -u src/sys/ufs/ufs/inode.h:1.78 src/sys/ufs/ufs/inode.h:1.79
--- src/sys/ufs/ufs/inode.h:1.78	Thu Aug 20 20:28:13 2020
+++ src/sys/ufs/ufs/inode.h	Wed Mar 23 13:06:06 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: inode.h,v 1.78 2020/08/20 20:28:13 christos Exp $	*/
+/*	$NetBSD: inode.h,v 1.79 2022/03/23 13:06:06 andvar Exp $	*/
 
 /*
  * Copyright (c) 1982, 1989, 1993
@@ -52,7 +52,7 @@
  * currently stashed in the vnode between VOP_LOOKUP and directory
  * operation VOPs, which is gross.
  *
- * XXX ulr_diroff is a lookup hint from the previos call of VOP_LOOKUP.
+ * XXX ulr_diroff is a lookup hint from the previous call of VOP_LOOKUP.
  * probably it should not be here.
  */
 struct ufs_lookup_results {

Index: src/usr.sbin/acpitools/aml/aml_parse.c
diff -u src/usr.sbin/acpitools/aml/aml_parse.c:1.5 src/usr.sbin/acpitools/aml/aml_parse.c:1.6
--- src/usr.sbin/acpitools/aml/aml_parse.c:1.5	Sun Oct 24 20:00:12 2021
+++ src/usr.sbin/acpitools/aml/aml_parse.c	Wed Mar 23 13:06:06 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: aml_parse.c,v 1.5 2021/10/24 20:00:12 andvar Exp $	*/
+/*	$NetBSD: aml_parse.c,v 1.6 2022/03/23 13:06:06 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999 Doug Rabson
@@ -30,7 +30,7 @@
  *	$FreeBSD: src/usr.sbin/acpi/amldb/aml/aml_parse.c,v 1.7 2001/10/23 14:54:15 takawata Exp $
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: aml_parse.c,v 1.5 2021/10/24 20:00:12 andvar Exp $");
+__RCSID("$NetBSD: aml_parse.c,v 1.6 2022/03/23 13:06:06 andvar Exp $");
 
 #include <sys/param.h>
 
@@ -1300,7 +1300,7 @@ aml_parse_termobj(struct aml_environ *en
 	aml_free_objectcontent(ret);
 	if (env->stat == aml_stat_panic) {
 		/*
-		 * If previosuly parser panic , parsing next instruction is
+		 * If previously parser panic , parsing next instruction is
 		 * prohibited.
 		 */
 		return (NULL);

Index: src/usr.sbin/sysinst/mbr.c
diff -u src/usr.sbin/sysinst/mbr.c:1.41 src/usr.sbin/sysinst/mbr.c:1.42
--- src/usr.sbin/sysinst/mbr.c:1.41	Mon Jan 24 09:14:38 2022
+++ src/usr.sbin/sysinst/mbr.c	Wed Mar 23 13:06:06 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: mbr.c,v 1.41 2022/01/24 09:14:38 andvar Exp $ */
+/*	$NetBSD: mbr.c,v 1.42 2022/03/23 13:06:06 andvar Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -2046,7 +2046,7 @@ mbr_do_delete_part(const struct disk_par
 		/*
 		 * If we are in an extended partition chain, unlink this MBR,
 		 * unless it is the very first one at the start of the extended
-		 * partition (we would have no previos ext mbr to fix up
+		 * partition (we would have no previous ext mbr to fix up
 		 * the chain in that case)
 		 */
 		if (marg->parts->mbr.extended == mb) {

Reply via email to