Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/shark/shark s/determin /determine / in comment.



details:   https://anonhg.NetBSD.org/src/rev/580466becb23
branches:  trunk
changeset: 377170:580466becb23
user:      andvar <andvar%NetBSD.org@localhost>
date:      Thu Jun 29 21:01:21 2023 +0000

description:
s/determin /determine / in comment.

diffstat:

 sys/arch/shark/shark/scr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 61d86e494ac7 -r 580466becb23 sys/arch/shark/shark/scr.c
--- a/sys/arch/shark/shark/scr.c        Thu Jun 29 19:06:54 2023 +0000
+++ b/sys/arch/shark/shark/scr.c        Thu Jun 29 21:01:21 2023 +0000
@@ -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_sof
 **      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.  
 **
 **



Home | Main Index | Thread Index | Old Index