Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/fdt fix typos in comment in previous.



details:   https://anonhg.NetBSD.org/src/rev/afdfe1bdf22a
branches:  trunk
changeset: 460724:afdfe1bdf22a
user:      bad <bad%NetBSD.org@localhost>
date:      Fri Nov 01 13:22:08 2019 +0000

description:
fix typos in comment in previous.

diffstat:

 sys/arch/arm/fdt/cpu_fdt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bdc37a4d4507 -r afdfe1bdf22a sys/arch/arm/fdt/cpu_fdt.c
--- a/sys/arch/arm/fdt/cpu_fdt.c        Fri Nov 01 13:04:22 2019 +0000
+++ b/sys/arch/arm/fdt/cpu_fdt.c        Fri Nov 01 13:22:08 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_fdt.c,v 1.29 2019/11/01 12:44:54 bad Exp $ */
+/* $NetBSD: cpu_fdt.c,v 1.30 2019/11/01 13:22:08 bad Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,7 @@
 #include "psci_fdt.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_fdt.c,v 1.29 2019/11/01 12:44:54 bad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_fdt.c,v 1.30 2019/11/01 13:22:08 bad Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -349,7 +349,7 @@
 
 #if !defined(AARCH64)
        /*
-        * not necessary on AARCH64. besids there it hangs the sysmte
+        * not necessary on AARCH64. beside there it hangs the system
         * because cache ops are only functional after cpu_attach()
         * was called.
         */



Home | Main Index | Thread Index | Old Index