diff options
| author | andvar <andvar@NetBSD.org> | 2023-05-27 21:38:06 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-05-27 21:38:06 +0000 |
| commit | 34215fc3d445909309e89da0f2b5ca6b0503a2e5 (patch) | |
| tree | 4ad7a36768f80e1a9e02e9a2e76ceb76157538b0 | |
| parent | b0fa68b8add36f6cc76c89590529718f9eedee37 (diff) | |
fix word endings toin -> tion in comments.
| -rw-r--r-- | sys/arch/powerpc/powerpc/compat_16_machdep.c | 6 | ||||
| -rw-r--r-- | sys/dev/raidframe/rf_reconstruct.h | 4 | ||||
| -rw-r--r-- | usr.sbin/fstyp/hammer_disk.h | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/powerpc/powerpc/compat_16_machdep.c b/sys/arch/powerpc/powerpc/compat_16_machdep.c index ca1897c428c..8cce7c52b28 100644 --- a/sys/arch/powerpc/powerpc/compat_16_machdep.c +++ b/sys/arch/powerpc/powerpc/compat_16_machdep.c @@ -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, const sigset_t *mask) 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 --git a/sys/dev/raidframe/rf_reconstruct.h b/sys/dev/raidframe/rf_reconstruct.h index 2a9c086bf30..e61d42d564d 100644 --- a/sys/dev/raidframe/rf_reconstruct.h +++ b/sys/dev/raidframe/rf_reconstruct.h @@ -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 --git a/usr.sbin/fstyp/hammer_disk.h b/usr.sbin/fstyp/hammer_disk.h index aecd72af377..c7fadf16789 100644 --- a/usr.sbin/fstyp/hammer_disk.h +++ b/usr.sbin/fstyp/hammer_disk.h @@ -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) */ |
