diff options
| author | andvar <andvar@NetBSD.org> | 2023-05-06 21:53:26 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-05-06 21:53:26 +0000 |
| commit | 342fbd529ac259f58a71c196cd9bdf948bdf7aef (patch) | |
| tree | 1b9a958f093c1a8c9d1f65ddfde9c8f54d36b864 /sys/dev/pci | |
| parent | 9f6feecc1e3fd6c60a55ab4093c5c0b0ed504ae4 (diff) | |
s/Regiser/Register/ and s/regester/register/ in comments.
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/hifn7751.c | 6 | ||||
| -rw-r--r-- | sys/dev/pci/ubsec.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c index 316d2b66c05..3fced5cfd1a 100644 --- a/sys/dev/pci/hifn7751.c +++ b/sys/dev/pci/hifn7751.c @@ -1,4 +1,4 @@ -/* $NetBSD: hifn7751.c,v 1.80 2022/05/22 11:39:27 riastradh Exp $ */ +/* $NetBSD: hifn7751.c,v 1.81 2023/05/06 21:53:26 andvar Exp $ */ /* $OpenBSD: hifn7751.c,v 1.179 2020/01/11 21:34:03 cheloha Exp $ */ /* @@ -47,7 +47,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hifn7751.c,v 1.80 2022/05/22 11:39:27 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hifn7751.c,v 1.81 2023/05/06 21:53:26 andvar Exp $"); #include <sys/param.h> #include <sys/cprng.h> @@ -752,7 +752,7 @@ hifn_set_retry(struct hifn_softc *sc) } /* - * Resets the board. Values in the regesters are left as is + * Resets the board. Values in the registers are left as is * from the reset (i.e. initial values are assigned elsewhere). */ static void diff --git a/sys/dev/pci/ubsec.c b/sys/dev/pci/ubsec.c index 1cd8668cb38..dbbf7b97f63 100644 --- a/sys/dev/pci/ubsec.c +++ b/sys/dev/pci/ubsec.c @@ -1,4 +1,4 @@ -/* $NetBSD: ubsec.c,v 1.62 2022/08/27 05:35:17 skrll Exp $ */ +/* $NetBSD: ubsec.c,v 1.63 2023/05/06 21:53:26 andvar Exp $ */ /* $FreeBSD: src/sys/dev/ubsec/ubsec.c,v 1.6.2.6 2003/01/23 21:06:43 sam Exp $ */ /* $OpenBSD: ubsec.c,v 1.143 2009/03/27 13:31:30 reyk Exp$ */ @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ubsec.c,v 1.62 2022/08/27 05:35:17 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ubsec.c,v 1.63 2023/05/06 21:53:26 andvar Exp $"); #undef UBSEC_DEBUG @@ -2168,7 +2168,7 @@ ubsec_dma_free(struct ubsec_softc *sc, struct ubsec_dma_alloc *dma) } /* - * Resets the board. Values in the regesters are left as is + * Resets the board. Values in the registers are left as is * from the reset (i.e. initial values are assigned elsewhere). */ static void |
