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/arm32 Whitespace in comment



details:   https://anonhg.NetBSD.org/src/rev/68b08fe99a8b
branches:  trunk
changeset: 821889:68b08fe99a8b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 20 17:23:54 2017 +0000

description:
Whitespace in comment

diffstat:

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

diffs (18 lines):

diff -r 876ba76fd2db -r 68b08fe99a8b sys/arch/arm/include/arm32/machdep.h
--- a/sys/arch/arm/include/arm32/machdep.h      Mon Feb 20 17:22:26 2017 +0000
+++ b/sys/arch/arm/include/arm32/machdep.h      Mon Feb 20 17:23:54 2017 +0000
@@ -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 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 *);



Home | Main Index | Thread Index | Old Index