diff options
| author | andvar <andvar@NetBSD.org> | 2022-04-08 10:27:04 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-04-08 10:27:04 +0000 |
| commit | cdf42b1af951810f881e5df966f9df5945ded988 (patch) | |
| tree | d8878d8a13dde68c4c683c29f8e205acedd86850 /sys/dev/raidframe | |
| parent | de40008ddcb6233a70fa9c689654138a92b98208 (diff) | |
s/postion/position/
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_reconmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_reconmap.c b/sys/dev/raidframe/rf_reconmap.c index 2e45d89c273..74b6b7cec3d 100644 --- a/sys/dev/raidframe/rf_reconmap.c +++ b/sys/dev/raidframe/rf_reconmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_reconmap.c,v 1.38 2020/04/13 00:27:17 chs Exp $ */ +/* $NetBSD: rf_reconmap.c,v 1.39 2022/04/08 10:27:04 andvar Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -34,7 +34,7 @@ *************************************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_reconmap.c,v 1.38 2020/04/13 00:27:17 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_reconmap.c,v 1.39 2022/04/08 10:27:04 andvar Exp $"); #include "rf_raid.h" #include <sys/time.h> @@ -178,7 +178,7 @@ rf_ReconMapUpdate(RF_Raid_t *raidPtr, RF_ReconMap_t *mapPtr, mapPtr->low_ru++; mapPtr->high_ru++; /* initialize "highest" RU status entry, which - will take over the current head postion */ + will take over the current head position */ mapPtr->status[mapPtr->head]=RU_NOTHING; /* move head too */ |
