Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/cortex Typo in comment from Joerg's gtmr diff
details: https://anonhg.NetBSD.org/src/rev/55871c254872
branches: trunk
changeset: 433367:55871c254872
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Sep 10 10:55:02 2018 +0000
description:
Typo in comment from Joerg's gtmr diff
diffstat:
sys/arch/arm/cortex/gtmr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 52c04f01e87c -r 55871c254872 sys/arch/arm/cortex/gtmr.c
--- a/sys/arch/arm/cortex/gtmr.c Mon Sep 10 09:48:57 2018 +0000
+++ b/sys/arch/arm/cortex/gtmr.c Mon Sep 10 10:55:02 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gtmr.c,v 1.33 2018/09/01 20:54:32 tnn Exp $ */
+/* $NetBSD: gtmr.c,v 1.34 2018/09/10 10:55:02 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gtmr.c,v 1.33 2018/09/01 20:54:32 tnn Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gtmr.c,v 1.34 2018/09/10 10:55:02 skrll Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -125,7 +125,7 @@
if (gtmr_sc.sc_dev != NULL)
return 0;
- /* Genertic Timer is always implemented in ARMv8-A */
+ /* Generic Timer is always implemented in ARMv8-A */
if (!cpu_gtmr_exists_p())
return 0;
Home |
Main Index |
Thread Index |
Old Index