diff options
| author | andvar <andvar@NetBSD.org> | 2023-06-29 21:01:21 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-06-29 21:01:21 +0000 |
| commit | d7e68fdedfca147c4c36cc1ef8a3f620e3cf3d90 (patch) | |
| tree | 81b4735fa4e5db1e72c1f150e9055602d250ece9 /sys/arch | |
| parent | 27a47761efb2efebd1979988501cecc8d71eadc5 (diff) | |
s/determin /determine / in comment.
Diffstat (limited to 'sys/arch')
| -rw-r--r-- | sys/arch/shark/shark/scr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/shark/shark/scr.c b/sys/arch/shark/shark/scr.c index 7bc3341fd4a..aabf523118b 100644 --- a/sys/arch/shark/shark/scr.c +++ b/sys/arch/shark/shark/scr.c @@ -1,4 +1,4 @@ -/* $NetBSD: scr.c,v 1.35 2022/04/08 10:17:54 andvar Exp $ */ +/* $NetBSD: scr.c,v 1.36 2023/06/29 21:01:21 andvar Exp $ */ /* * Copyright 1997 @@ -102,7 +102,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.35 2022/04/08 10:17:54 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.36 2023/06/29 21:01:21 andvar Exp $"); #include "opt_ddb.h" @@ -2298,7 +2298,7 @@ static void coldResetSM(struct scr_softc * sc,int cmd) ** checked to see if it is 1/2 speed, and if so, the clock is changed ** and the state adjustes ** -** At the end of the first byte we have to determin the logic being +** At the end of the first byte we have to determine the logic being ** used by the card, ie is it active high/low and msb/lsb. ** ** |
