Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/fdt Typo in comment
details: https://anonhg.NetBSD.org/src/rev/c70ef5dc4b16
branches: trunk
changeset: 371192:c70ef5dc4b16
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Sep 28 05:49:15 2022 +0000
description:
Typo in comment
diffstat:
sys/arch/evbarm/fdt/fdt_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 03b57d05c9bb -r c70ef5dc4b16 sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Wed Sep 28 05:02:02 2022 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Wed Sep 28 05:49:15 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.91 2022/04/02 11:16:07 skrll Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.92 2022/09/28 05:49:15 skrll Exp $ */
/*-
* Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.91 2022/04/02 11:16:07 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.92 2022/09/28 05:49:15 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_bootconfig.h"
@@ -548,7 +548,7 @@
#if BYTE_ORDER == BIG_ENDIAN
/*
- * Most boards are configured to little-endian mode in initial, and
+ * Most boards are configured to little-endian mode initially, and
* switched to big-endian mode after kernel is loaded. In this case,
* framebuffer seems byte-swapped to CPU. Override FDT to let
* drivers know.
Home |
Main Index |
Thread Index |
Old Index