Module Name: src
Committed By: andvar
Date: Wed Jan 8 08:25:36 UTC 2025
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
s/ocmponent/component/ and s/abd/and/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.417 -r1.418 src/sys/dev/raidframe/rf_netbsdkintf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/raidframe/rf_netbsdkintf.c
diff -u src/sys/dev/raidframe/rf_netbsdkintf.c:1.417 src/sys/dev/raidframe/rf_netbsdkintf.c:1.418
--- src/sys/dev/raidframe/rf_netbsdkintf.c:1.417 Mon Oct 9 21:55:48 2023
+++ src/sys/dev/raidframe/rf_netbsdkintf.c Wed Jan 8 08:25:36 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.417 2023/10/09 21:55:48 oster Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.418 2025/01/08 08:25:36 andvar Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2008-2011 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.417 2023/10/09 21:55:48 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.418 2025/01/08 08:25:36 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_raid_autoconfig.h"
@@ -540,7 +540,7 @@ rf_rescan(void)
* 32802 + 64 (RF_PROTECTED_SECTORS) + 8226 = 41092
*
* In order to find the boot wedge, we must iterate on each component,
- * find its offset from disk beginning, abd look for the boot wedge with
+ * find its offset from disk beginning, and look for the boot wedge with
* startblck adjusted.
*/
static device_t
@@ -880,7 +880,7 @@ raid_dumpblocks(device_t dev, void *va,
/*
At this point we have possibly selected a live component.
- If we didn't find a live ocmponent, we now check to see
+ If we didn't find a live component, we now check to see
if there is a relevant spared component.
*/