Module Name:    src
Committed By:   jmcneill
Date:           Mon Jan 18 23:43:35 UTC 2021

Modified Files:
        src/sys/arch/arm/cortex: gtmr.c

Log Message:
Fix a comment


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/arm/cortex/gtmr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/cortex/gtmr.c
diff -u src/sys/arch/arm/cortex/gtmr.c:1.42 src/sys/arch/arm/cortex/gtmr.c:1.43
--- src/sys/arch/arm/cortex/gtmr.c:1.42	Fri Oct 30 18:54:36 2020
+++ src/sys/arch/arm/cortex/gtmr.c	Mon Jan 18 23:43:34 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: gtmr.c,v 1.42 2020/10/30 18:54:36 skrll Exp $	*/
+/*	$NetBSD: gtmr.c,v 1.43 2021/01/18 23:43:34 jmcneill Exp $	*/
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gtmr.c,v 1.42 2020/10/30 18:54:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gtmr.c,v 1.43 2021/01/18 23:43:34 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -178,7 +178,7 @@ gtmr_read_cntct(struct gtmr_softc *sc)
 		/*
 		 * The Allwinner A64 SoC has an unstable architectural timer.
 		 * To workaround this problem, ignore reads where the lower
-		 * 11 bits are all 0s or 1s.
+		 * 10 bits are all 0s or 1s.
 		 */
 		uint64_t val;
 		u_int bits;

Reply via email to