Module Name:    src
Committed By:   skrll
Date:           Fri Aug 27 09:11:52 UTC 2021

Modified Files:
        src/sys/arch/arm/include: undefined.h

Log Message:
KNF a comment


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/include/undefined.h

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/arm/include/undefined.h
diff -u src/sys/arch/arm/include/undefined.h:1.13 src/sys/arch/arm/include/undefined.h:1.14
--- src/sys/arch/arm/include/undefined.h:1.13	Sun Mar 17 08:34:20 2019
+++ src/sys/arch/arm/include/undefined.h	Fri Aug 27 09:11:52 2021
@@ -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 @@ enum arm_coprocs {
 	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,

Reply via email to