git: e59da6ed98d8 - stable/13 - if_sis(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:33:57 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e59da6ed98d82e9c01233021572a3a61c9fa3be2 commit e59da6ed98d82e9c01233021572a3a61c9fa3be2 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 14:56:18 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:26:53 +0000 if_sis(4): Fix a typo in a source code comment - s/emperical/empirical/ (cherry picked from commit 3c2ea3ca28c5e95185f57ff27148909c8f846c3e) --- sys/dev/sis/if_sis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sis/if_sis.c b/sys/dev/sis/if_sis.c index b4cc9e38a653..bb06b4a1f459 100644 --- a/sys/dev/sis/if_sis.c +++ b/sys/dev/sis/if_sis.c @@ -1966,7 +1966,7 @@ sis_initl(struct sis_softc *sc) if (sc->sis_type == SIS_TYPE_83815 && sc->sis_srr >= NS_SRR_16A) { /* * Configure 400usec of interrupt holdoff. This is based - * on emperical tests on a Soekris 4801. + * on empirical tests on a Soekris 4801. */ CSR_WRITE_4(sc, NS_IHR, 0x100 | 4); }