Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include KNF a comment



details:   https://anonhg.NetBSD.org/src/rev/9e176654b5c6
branches:  trunk
changeset: 985460:9e176654b5c6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 27 09:11:52 2021 +0000

description:
KNF a comment

diffstat:

 sys/arch/arm/include/undefined.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6f2e05ce904b -r 9e176654b5c6 sys/arch/arm/include/undefined.h
--- a/sys/arch/arm/include/undefined.h  Thu Aug 26 21:33:36 2021 +0000
+++ b/sys/arch/arm/include/undefined.h  Fri Aug 27 09:11:52 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: undefined.h,v 1.13 2019/03/17 08:34:20 skrll Exp $     */
+/*     $NetBSD: undefined.h,v 1.14 2021/08/27 09:11:52 skrll Exp $     */
 
 /*
  * Copyright (c) 1995-1996 Mark Brinicombe.
@@ -65,7 +65,7 @@
        DEBUG_COPROC = 14,
        SYSTEM_COPROC = 15,
        /*
-        *The following are not really co-processors, but are on the end
+        * The following are not really co-processors, but are on the end
         * of the unknown instruction table for each coproc.
         */
        CORE_UNKNOWN_HANDLER = 16,



Home | Main Index | Thread Index | Old Index