diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 03:33:54 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 03:33:54 +0000 |
commit | 9ebb39229ea5177f768ec7849805a5f3a19e1d14 (patch) | |
tree | 09d1e383b9c73b8170267adb70a977512a160977 /sys/dev | |
parent | b424c44170215a41cec4997da3abdb50ee4cfb16 (diff) |
"IPsec" capitalization (jsyn@nthought.com)
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/hifn7751reg.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/hifn7751reg.h b/sys/dev/pci/hifn7751reg.h index 0256c714a73..c7120c10c37 100644 --- a/sys/dev/pci/hifn7751reg.h +++ b/sys/dev/pci/hifn7751reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751reg.h,v 1.26 2001/06/26 03:43:25 jason Exp $ */ +/* $OpenBSD: hifn7751reg.h,v 1.27 2001/06/27 03:33:53 angelos Exp $ */ /* * Invertex AEON / Hi/fn 7751 driver @@ -394,7 +394,7 @@ typedef struct hifn_mac_command { #define HIFN_MAC_CMD_SRCLEN_S 14 /* - * MAC POS IPSec initiates authentication after encryption on encodes + * MAC POS IPsec initiates authentication after encryption on encodes * and before decryption on decodes. */ #define HIFN_MAC_CMD_POS_IPSEC 0x0200 diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h index 76f4abf4c55..de54e9de522 100644 --- a/sys/dev/pci/hifn7751var.h +++ b/sys/dev/pci/hifn7751var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751var.h,v 1.26 2001/06/26 03:43:26 jason Exp $ */ +/* $OpenBSD: hifn7751var.h,v 1.27 2001/06/27 03:33:53 angelos Exp $ */ /* * Invertex AEON / Hi/fn 7751 driver @@ -184,14 +184,14 @@ struct hifn_softc { * --------------- * The number of bytes of the source_buf that are skipped over before * authentication begins. This must be a number between 0 and 2^16-1 - * and can be used by IPSec implementers to skip over IP headers. + * and can be used by IPsec implementers to skip over IP headers. * *** Value ignored if authentication not used *** * * crypt_header_skip * ----------------- * The number of bytes of the source_buf that are skipped over before * the cryptographic operation begins. This must be a number between 0 - * and 2^16-1. For IPSec, this number will always be 8 bytes larger + * and 2^16-1. For IPsec, this number will always be 8 bytes larger * than the auth_header_skip (to skip over the ESP header). * *** Value ignored if cryptography not used *** * |