Typos from Jean-Francois Brousseau, via jmc@openbsd.

This commit is contained in:
wiz 2003-05-13 22:43:20 +00:00
parent 962a6c7d59
commit b71230c47d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: hifn7751reg.h,v 1.2 2003/01/06 12:14:30 wiz Exp $ */
/* $NetBSD: hifn7751reg.h,v 1.3 2003/05/13 22:43:20 wiz Exp $ */
/* $OpenBSD: hifn7751reg.h,v 1.15 2000/09/21 13:34:58 jason Exp $ */
/*
@ -101,7 +101,7 @@ typedef void (*hifn_callback_t)(hifn_command_t *);
*/
struct hifn_dma {
/*
* Descriptor rings. We add +1 to the size to accomidate the
* Descriptor rings. We add +1 to the size to accommodate the
* jump descriptor.
*/
struct hifn_desc cmdr[HIFN_D_CMD_RSIZE+1];

View File

@ -1,4 +1,4 @@
/* $NetBSD: hifn7751var.h,v 1.1 2000/10/12 02:59:59 itojun Exp $ */
/* $NetBSD: hifn7751var.h,v 1.2 2003/05/13 22:43:20 wiz Exp $ */
/* $OpenBSD: hifn7751var.h,v 1.18 2000/06/02 22:36:45 deraadt Exp $ */
/*
@ -74,7 +74,7 @@
*
* HIFN_CRYPT_3DES or HIFN_CRYPT_DES
*
* To use authentication is used, a single MAC algorithm must be included:
* To use authentication, a single MAC algorithm must be included:
*
* HIFN_MAC_MD5 or HIFN_MAC_SHA1
*