summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe/rf_reconstruct.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-10-26 15:07:25 +0000
committerjmc <jmc@openbsd.org>2003-10-26 15:07:25 +0000
commitfe2ad28b4a41bc2f591211fdcef53e52eb4e4dad (patch)
tree344c9b20f723f192c62e4f3eaca1ec7783fcef77 /sys/dev/raidframe/rf_reconstruct.c
parentUnbrek after recent wdc changes. (diff)
downloadwireguard-openbsd-fe2ad28b4a41bc2f591211fdcef53e52eb4e4dad.tar.xz
wireguard-openbsd-fe2ad28b4a41bc2f591211fdcef53e52eb4e4dad.zip
typos from Jared Yanovich;
Diffstat (limited to 'sys/dev/raidframe/rf_reconstruct.c')
-rw-r--r--sys/dev/raidframe/rf_reconstruct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.c b/sys/dev/raidframe/rf_reconstruct.c
index 9c2611a9120..abe9a072f54 100644
--- a/sys/dev/raidframe/rf_reconstruct.c
+++ b/sys/dev/raidframe/rf_reconstruct.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rf_reconstruct.c,v 1.14 2003/01/19 14:27:01 tdeval Exp $ */
+/* $OpenBSD: rf_reconstruct.c,v 1.15 2003/10/26 15:07:26 jmc Exp $ */
/* $NetBSD: rf_reconstruct.c,v 1.26 2000/06/04 02:05:13 oster Exp $ */
/*
@@ -505,7 +505,7 @@ rf_ReconstructInPlace(RF_Raid_t *raidPtr, RF_RowCol_t row, RF_RowCol_t col)
#ifdef RAIDDEBUG
printf("RAIDFRAME: Unable to reconstruct to disk at:\n"
" Row: %d Col: %d Reconstruction already"
- " occuring !\n", row, col);
+ " occurring !\n", row, col);
#endif /* RAIDDEBUG */
RF_UNLOCK_MUTEX(raidPtr->mutex);