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 Fix spelling in comment.
details: https://anonhg.NetBSD.org/src/rev/8d2553ba3736
branches: trunk
changeset: 957797:8d2553ba3736
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Dec 11 21:22:36 2020 +0000
description:
Fix spelling in comment.
diffstat:
sys/arch/arm/cortex/gicv3.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7a8d64376774 -r 8d2553ba3736 sys/arch/arm/cortex/gicv3.c
--- a/sys/arch/arm/cortex/gicv3.c Fri Dec 11 18:49:37 2020 +0000
+++ b/sys/arch/arm/cortex/gicv3.c Fri Dec 11 21:22:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gicv3.c,v 1.36 2020/12/04 21:39:26 jmcneill Exp $ */
+/* $NetBSD: gicv3.c,v 1.37 2020/12/11 21:22:36 jmcneill Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +31,7 @@
#define _INTR_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gicv3.c,v 1.36 2020/12/04 21:39:26 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gicv3.c,v 1.37 2020/12/11 21:22:36 jmcneill Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -837,7 +837,7 @@
sc->sc_gicd_typer = gicd_read_4(sc, GICD_TYPER);
/*
- * We don't alwayst have a consistent view of priorities between the
+ * We don't always have a consistent view of priorities between the
* CPU interface (ICC_PMR_EL1) and the GICD/GICR registers. Detect
* if we are making secure or non-secure accesses to each, and adjust
* the values that we write to each accordingly.
Home |
Main Index |
Thread Index |
Old Index