Module Name: src
Committed By: skrll
Date: Mon Feb 20 17:23:54 UTC 2017
Modified Files:
src/sys/arch/arm/include/arm32: machdep.h
Log Message:
Whitespace in comment
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/include/arm32/machdep.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/arm32/machdep.h
diff -u src/sys/arch/arm/include/arm32/machdep.h:1.20 src/sys/arch/arm/include/arm32/machdep.h:1.21
--- src/sys/arch/arm/include/arm32/machdep.h:1.20 Mon Feb 20 17:22:26 2017
+++ src/sys/arch/arm/include/arm32/machdep.h Mon Feb 20 17:23:54 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.h,v 1.20 2017/02/20 17:22:26 skrll Exp $ */
+/* $NetBSD: machdep.h,v 1.21 2017/02/20 17:23:54 skrll Exp $ */
#ifndef _ARM32_BOOT_MACHDEP_H_
#define _ARM32_BOOT_MACHDEP_H_
@@ -69,7 +69,7 @@ void undefinedinstruction_bounce(trapfra
void dumpsys(void);
/*
- * note that we use void *as all the platforms have different ideas on what
+ * note that we use void * as all the platforms have different ideas on what
* the structure is
*/
u_int initarm(void *);