summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-05-27 21:38:06 +0000
committerandvar <andvar@NetBSD.org>2023-05-27 21:38:06 +0000
commit34215fc3d445909309e89da0f2b5ca6b0503a2e5 (patch)
tree4ad7a36768f80e1a9e02e9a2e76ceb76157538b0 /sys/dev/raidframe
parentb0fa68b8add36f6cc76c89590529718f9eedee37 (diff)
fix word endings toin -> tion in comments.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_reconstruct.h4
1 files changed, 2 insertions, 2 deletions
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,