summaryrefslogtreecommitdiffstats
path: root/sys/dev/slice
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-07-30 02:27:41 +0000
committeralex <alex@FreeBSD.org>1998-07-30 02:27:41 +0000
commitbe8869d4871edf399225fb2eee7eb694ce44fb1a (patch)
treefedc832e9f2caf56eb0459d2e3adacf2f4066ec6 /sys/dev/slice
parent97c8c135a4ca5505825032c8565c1d8ed237cd02 (diff)
downloadFreeBSD-src-be8869d4871edf399225fb2eee7eb694ce44fb1a.zip
FreeBSD-src-be8869d4871edf399225fb2eee7eb694ce44fb1a.tar.gz
Typo fix: teh --> (the|they)
Diffstat (limited to 'sys/dev/slice')
-rw-r--r--sys/dev/slice/slice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/slice/slice.h b/sys/dev/slice/slice.h
index ca6dfe0..26c9943 100644
--- a/sys/dev/slice/slice.h
+++ b/sys/dev/slice/slice.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: slice.h,v 1.3 1998/06/07 19:40:32 dfr Exp $
+ * $Id: slice.h,v 1.4 1998/07/13 08:22:55 julian Exp $
*/
typedef struct slice_handler *sh_p;
@@ -54,7 +54,7 @@ struct ide_geom {
* if it's a null string ("") then don't even try find a sub handler.
* defined as NO_SUBPART
* if it's a NULL pointer (NULL) then probe all known types.
- * -typespecific: A pointer to SOMETHING that teh lower handler thinks
+ * -typespecific: A pointer to SOMETHING that the lower handler thinks
* may be of interest to the higher hamdlers. The "something" is dependent
* on the type of the lower handler so the upper handler must know of
* this in advance. The type of this should be specified in an
OpenPOWER on IntegriCloud