Module Name:    src
Committed By:   andvar
Date:           Sat May 27 21:38:06 UTC 2023

Modified Files:
        src/sys/arch/powerpc/powerpc: compat_16_machdep.c
        src/sys/dev/raidframe: rf_reconstruct.h
        src/usr.sbin/fstyp: hammer_disk.h

Log Message:
fix word endings toin -> tion in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/powerpc/powerpc/compat_16_machdep.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/raidframe/rf_reconstruct.h
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/fstyp/hammer_disk.h

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

Modified files:

Index: src/sys/arch/powerpc/powerpc/compat_16_machdep.c
diff -u src/sys/arch/powerpc/powerpc/compat_16_machdep.c:1.23 src/sys/arch/powerpc/powerpc/compat_16_machdep.c:1.24
--- src/sys/arch/powerpc/powerpc/compat_16_machdep.c:1.23	Sun Mar 13 17:50:55 2022
+++ src/sys/arch/powerpc/powerpc/compat_16_machdep.c	Sat May 27 21:38:06 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: compat_16_machdep.c,v 1.23 2022/03/13 17:50:55 andvar Exp $	*/
+/*	$NetBSD: compat_16_machdep.c,v 1.24 2023/05/27 21:38:06 andvar Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.23 2022/03/13 17:50:55 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.24 2023/05/27 21:38:06 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_altivec.h"
@@ -139,7 +139,7 @@ sendsig_sigcontext(const ksiginfo_t *ksi
 	if (error != 0) {
 		/*
 		 * Process has trashed its stack; give it an illegal
-		 * instructoin to halt it in its tracks.
+		 * instruction to halt it in its tracks.
 		 */
 		sigexit(l, SIGILL);
 		/* NOTREACHED */

Index: src/sys/dev/raidframe/rf_reconstruct.h
diff -u src/sys/dev/raidframe/rf_reconstruct.h:1.31 src/sys/dev/raidframe/rf_reconstruct.h:1.32
--- src/sys/dev/raidframe/rf_reconstruct.h:1.31	Fri Dec 10 20:36:04 2021
+++ src/sys/dev/raidframe/rf_reconstruct.h	Sat May 27 21:38:06 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: rf_reconstruct.h,v 1.31 2021/12/10 20:36:04 andvar Exp $	*/
+/*	$NetBSD: rf_reconstruct.h,v 1.32 2023/05/27 21:38:06 andvar Exp $	*/
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -76,7 +76,7 @@ struct RF_ReconBuffer_s {
  *    RF_REVENT_BLOCKCLEAR  -- a reconstruction blockage has been cleared
  *    RF_REVENT_BUFCLEAR    -- the buffer manager has released a process blocked on submission
  *    RF_REVENT_SKIP        -- we need to skip the current RU and go on to the next one, typ. b/c we found recon forced
- *    RF_REVENT_FORCEDREADONE- a forced-reconstructoin read operation has completed
+ *    RF_REVENT_FORCEDREADONE- a forced-reconstruction read operation has completed
  */
 typedef enum RF_Revent_e {
 	RF_REVENT_READDONE,

Index: src/usr.sbin/fstyp/hammer_disk.h
diff -u src/usr.sbin/fstyp/hammer_disk.h:1.4 src/usr.sbin/fstyp/hammer_disk.h:1.5
--- src/usr.sbin/fstyp/hammer_disk.h:1.4	Tue Jan 31 21:11:24 2023
+++ src/usr.sbin/fstyp/hammer_disk.h	Sat May 27 21:38:06 2023
@@ -1,4 +1,4 @@
-/*        $NetBSD: hammer_disk.h,v 1.4 2023/01/31 21:11:24 andvar Exp $      */
+/*        $NetBSD: hammer_disk.h,v 1.5 2023/05/27 21:38:06 andvar Exp $      */
 
 /*
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
@@ -36,7 +36,7 @@
  * $DragonFly: src/sys/vfs/hammer/hammer_disk.h,v 1.55 2008/11/13 02:18:43 dillon Exp $
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.4 2023/01/31 21:11:24 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.5 2023/05/27 21:38:06 andvar Exp $");
 
 #ifndef VFS_HAMMER_DISK_H_
 #define VFS_HAMMER_DISK_H_
@@ -1004,7 +1004,7 @@ typedef struct hammer_symlink_data {
 struct hammer_pseudofs_data {
 	hammer_tid_t	sync_low_tid;	/* full history beyond this point */
 	hammer_tid_t	sync_beg_tid;	/* earliest tid w/ full history avail */
-	hammer_tid_t	sync_end_tid;	/* current synchronizatoin point */
+	hammer_tid_t	sync_end_tid;	/* current synchronization point */
 	uint64_t	sync_beg_ts;	/* real-time of last completed sync */
 	uint64_t	sync_end_ts;	/* initiation of current sync cycle */
 	hammer_uuid_t	shared_uuid;	/* shared uuid (match required) */

Reply via email to