Spell 'strategy' correctly.

This commit is contained in:
simonb 2003-03-19 03:05:43 +00:00
parent fcae1f0ee0
commit a06ca06a19
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.1 2002/09/09 06:40:42 simonb Exp $ */
/* $NetBSD: disksubr.c,v 1.2 2003/03/19 03:05:43 simonb Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -41,7 +41,7 @@
/*
* Attempt to read a disk label from a device
* using the indicated stategy routine.
* using the indicated strategy routine.
* The label must be partly set up before this:
* secpercyl and anything required in the strategy routine
* (e.g., sector size) must be filled in before calling us.

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.1 2002/02/27 21:02:24 scw Exp $ */
/* $NetBSD: disksubr.c,v 1.2 2003/03/19 03:05:43 simonb Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -111,7 +111,7 @@ mbr_findslice(dp, bp)
/*
* Attempt to read a disk label from a device
* using the indicated stategy routine.
* using the indicated strategy routine.
* The label must be partly set up before this:
* secpercyl, secsize and anything required for a block i/o read
* operation in the driver's strategy/start routines

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.2 2002/03/17 06:28:57 simonb Exp $ */
/* $NetBSD: disksubr.c,v 1.3 2003/03/19 03:05:44 simonb Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -82,7 +82,7 @@ mbr_findslice(dp, bp)
/*
* Attempt to read a disk label from a device
* using the indicated stategy routine.
* using the indicated strategy routine.
* The label must be partly set up before this:
* secpercyl, secsize and anything required for a block i/o read
* operation in the driver's strategy/start routines