mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
tiny spelling fix in comment
This commit is contained in:
parent
92278e9a02
commit
939c19614c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26358
@ -30,7 +30,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: kern_conf.c,v 1.16 1997/02/22 09:39:03 peter Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -132,7 +132,7 @@ int TTYPE##_add(dev_t *descrip, \
|
||||
/* \
|
||||
* Search the table looking for a slot... \
|
||||
*/ \
|
||||
for (i = ALLOCSTART; i < NXXXDEV; i++) \
|
||||
for (i = ALLOCSTART; i < NXXXDEV; i++) \
|
||||
if (TTYPE[i] == NULL) \
|
||||
break; /* found one! */ \
|
||||
/* out of allocable slots? */ \
|
||||
@ -163,7 +163,7 @@ int TTYPE##_add(dev_t *descrip, \
|
||||
ADDENTRY(bdevsw, nblkdev,bdevsw_ALLOCSTART)
|
||||
ADDENTRY(cdevsw, nchrdev,cdevsw_ALLOCSTART)
|
||||
|
||||
/* Maybe the author might indicate what the f*@# tehis is for? */
|
||||
/* Maybe the author might indicate what the f*@# this is for? */
|
||||
|
||||
void
|
||||
cdevsw_make(struct bdevsw *from)
|
||||
|
Loading…
Reference in New Issue
Block a user