diff options
| author | oster <oster@NetBSD.org> | 2018-06-09 21:18:41 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2018-06-09 21:18:41 +0000 |
| commit | c60754bf78fbb0503a7cbfa5fd7a51f996399672 (patch) | |
| tree | 9f9bde4e249f0a53077b60b047606f98c8555535 /sys/dev/raidframe | |
| parent | 9633687c0e920a9dda6f3b88fa10e165e3f4e71f (diff) | |
Fix two mis-spellings in comments. No functional changes.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_layout.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_layout.h b/sys/dev/raidframe/rf_layout.h index d6815a58bfb..41ef9885648 100644 --- a/sys/dev/raidframe/rf_layout.h +++ b/sys/dev/raidframe/rf_layout.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_layout.h,v 1.17 2007/03/04 06:02:38 christos Exp $ */ +/* $NetBSD: rf_layout.h,v 1.18 2018/06/09 21:18:41 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -88,7 +88,7 @@ struct RF_RaidLayout_s { * The mapping code returns a pointer to a list of AccessStripeMap structures, which * describes all the mapping information about an access. The list contains one * AccessStripeMap structure per stripe touched by the access. Each element in the list - * contains a stripe identifier and a pointer to a list of PhysDiskAddr structuress. Each + * contains a stripe identifier and a pointer to a list of PhysDiskAddr structures. Each * element in this latter list describes the physical location of a stripe unit accessed * within the corresponding stripe. * @@ -192,7 +192,7 @@ typedef struct RF_FailedStripe_s RF_FailedStripe_t; struct RF_FailedStripe_s { RF_VoidFunctionPointerListElem_t *vfple; /* linked list of pointers to DAG creation functions for stripes */ - RF_VoidFunctionPointerListElem_t *bvfple; /* linked list of poitners to DAG creation + RF_VoidFunctionPointerListElem_t *bvfple; /* linked list of pointers to DAG creation functions for blocks */ RF_ASMHeaderListElem_t *asmh_u; /* Access Stripe Map Headers for regular stripes */ |
