Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/fstyp fix word endings toin -> tion in comments.
details: https://anonhg.NetBSD.org/src/rev/071397bacef1
branches: trunk
changeset: 376030:071397bacef1
user: andvar <andvar%NetBSD.org@localhost>
date: Sat May 27 21:38:06 2023 +0000
description:
fix word endings toin -> tion in comments.
diffstat:
sys/arch/powerpc/powerpc/compat_16_machdep.c | 6 +++---
sys/dev/raidframe/rf_reconstruct.h | 4 ++--
usr.sbin/fstyp/hammer_disk.h | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r 1c83cfc7d17e -r 071397bacef1 sys/arch/powerpc/powerpc/compat_16_machdep.c
--- a/sys/arch/powerpc/powerpc/compat_16_machdep.c Sat May 27 20:51:22 2023 +0000
+++ b/sys/arch/powerpc/powerpc/compat_16_machdep.c Sat May 27 21:38:06 2023 +0000
@@ -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 */
diff -r 1c83cfc7d17e -r 071397bacef1 sys/dev/raidframe/rf_reconstruct.h
--- a/sys/dev/raidframe/rf_reconstruct.h Sat May 27 20:51:22 2023 +0000
+++ b/sys/dev/raidframe/rf_reconstruct.h Sat May 27 21:38:06 2023 +0000
@@ -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,
diff -r 1c83cfc7d17e -r 071397bacef1 usr.sbin/fstyp/hammer_disk.h
--- a/usr.sbin/fstyp/hammer_disk.h Sat May 27 20:51:22 2023 +0000
+++ b/usr.sbin/fstyp/hammer_disk.h Sat May 27 21:38:06 2023 +0000
@@ -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) */
Home |
Main Index |
Thread Index |
Old Index