diff options
| author | oster <oster@NetBSD.org> | 2006-08-07 17:08:18 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2006-08-07 17:08:18 +0000 |
| commit | ff30fd25f507dbdc4f4bbd17ac5ea24a2daa6039 (patch) | |
| tree | 5a6e1cd138bf5b795e49905f132af427df58847d /sys/dev | |
| parent | 05c8a1b82781027b6df0bfd681a88de0f5219c13 (diff) | |
Fix a minor typo in a comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index 26e2200ba6b..53c83e4c028 100644 --- a/sys/dev/raidframe/rf_netbsdkintf.c +++ b/sys/dev/raidframe/rf_netbsdkintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsdkintf.c,v 1.210 2006/07/21 16:48:52 ad Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.211 2006/08/07 17:08:18 oster Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -146,7 +146,7 @@ ***********************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.210 2006/07/21 16:48:52 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.211 2006/08/07 17:08:18 oster Exp $"); #include <sys/param.h> #include <sys/errno.h> @@ -2055,7 +2055,7 @@ raidgetdisklabel(dev_t dev) * * This is necessary since total size of the raid device * may vary when an interleave is changed even though exactly - * same componets are used, and old disklabel may used + * same components are used, and old disklabel may used * if that is found. */ if (lp->d_secperunit != rs->sc_size) |
