Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Typos from Jean-Francois Brousseau, via jmc@open...



details:   https://anonhg.NetBSD.org/src/rev/dec8bee780bd
branches:  trunk
changeset: 547128:dec8bee780bd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 13 22:43:20 2003 +0000

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

diffstat:

 sys/dev/pci/hifn7751reg.h |  4 ++--
 sys/dev/pci/hifn7751var.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 607e689858a7 -r dec8bee780bd sys/dev/pci/hifn7751reg.h
--- a/sys/dev/pci/hifn7751reg.h Tue May 13 20:48:16 2003 +0000
+++ b/sys/dev/pci/hifn7751reg.h Tue May 13 22:43:20 2003 +0000
@@ -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 @@
  */
 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];
diff -r 607e689858a7 -r dec8bee780bd sys/dev/pci/hifn7751var.h
--- a/sys/dev/pci/hifn7751var.h Tue May 13 20:48:16 2003 +0000
+++ b/sys/dev/pci/hifn7751var.h Tue May 13 22:43:20 2003 +0000
@@ -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
  *



Home | Main Index | Thread Index | Old Index