summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_engine.c
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-09-20 17:02:33 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-09-20 17:02:33 +0000
commit1090c37a2abb53f452afc18664a076f51e6f21b6 (patch)
treef584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/dev/raidframe/rf_engine.c
parent6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff)
occured->occurred
idea from deraadt@ via NetBSD millert@ ok
Diffstat (limited to 'sys/dev/raidframe/rf_engine.c')
-rw-r--r--sys/dev/raidframe/rf_engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_engine.c b/sys/dev/raidframe/rf_engine.c
index 0ec90d1fecd..5482dd5bac5 100644
--- a/sys/dev/raidframe/rf_engine.c
+++ b/sys/dev/raidframe/rf_engine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rf_engine.c,v 1.5 2000/01/11 18:02:21 peter Exp $ */
+/* $OpenBSD: rf_engine.c,v 1.6 2001/09/20 17:02:31 mpech Exp $ */
/* $NetBSD: rf_engine.c,v 1.9 2000/01/08 22:57:31 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
@@ -49,7 +49,7 @@
* If a node fails, the dag either rolls forward to the completion or *
* rolls back, undoing previously-completed nodes and fails atomically. *
* The direction of recovery is determined by the location of the failed *
- * node in the graph. If the failure occured before the commit node in *
+ * node in the graph. If the failure occurred before the commit node in *
* the graph, backward recovery is used. Otherwise, forward recovery is *
* used. *
* *