Module Name: src
Committed By: skrll
Date: Wed Sep 28 05:49:15 UTC 2022
Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
Typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/evbarm/fdt/fdt_machdep.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/evbarm/fdt/fdt_machdep.c
diff -u src/sys/arch/evbarm/fdt/fdt_machdep.c:1.91 src/sys/arch/evbarm/fdt/fdt_machdep.c:1.92
--- src/sys/arch/evbarm/fdt/fdt_machdep.c:1.91 Sat Apr 2 11:16:07 2022
+++ src/sys/arch/evbarm/fdt/fdt_machdep.c Wed Sep 28 05:49:15 2022
@@ -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 <[email protected]>
@@ -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 @@ initarm(void *arg)
#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.