From 34215fc3d445909309e89da0f2b5ca6b0503a2e5 Mon Sep 17 00:00:00 2001 From: andvar Date: Sat, 27 May 2023 21:38:06 +0000 Subject: fix word endings toin -> tion in comments. --- sys/dev/raidframe/rf_reconstruct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/raidframe') 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, -- cgit