diff options
| author | wiz <wiz@NetBSD.org> | 2001-09-16 16:34:23 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-09-16 16:34:23 +0000 |
| commit | 456dff6cb86edf66a568fe64ddf51c189a134a94 (patch) | |
| tree | c7b320ef11ad7cedea28b1d6bed470bb0c718df4 /sys/dev/raidframe | |
| parent | 104fe43050c309103819267555448292f072db27 (diff) | |
Spell 'occurred' with two 'r's.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_engine.c b/sys/dev/raidframe/rf_engine.c index dc8887fb0e0..768a11ec02f 100644 --- a/sys/dev/raidframe/rf_engine.c +++ b/sys/dev/raidframe/rf_engine.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_engine.c,v 1.10 2000/08/20 16:51:03 thorpej Exp $ */ +/* $NetBSD: rf_engine.c,v 1.11 2001/09/16 16:34:38 wiz Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -48,7 +48,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. * * * |
