Source-Changes-HG archive

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

[src/trunk]: src/sys/sys fix tpyo



details:   https://anonhg.NetBSD.org/src/rev/1421d4488aed
branches:  trunk
changeset: 810091:1421d4488aed
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon Aug 17 18:43:37 2015 +0000

description:
fix tpyo

diffstat:

 sys/sys/interrupt.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a7c3c8042ec0 -r 1421d4488aed sys/sys/interrupt.h
--- a/sys/sys/interrupt.h       Mon Aug 17 17:47:22 2015 +0000
+++ b/sys/sys/interrupt.h       Mon Aug 17 18:43:37 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: interrupt.h,v 1.1 2015/08/17 06:16:03 knakahara Exp $  */
+/*     $NetBSD: interrupt.h,v 1.2 2015/08/17 18:43:37 macallan Exp $   */
 
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
@@ -27,7 +27,7 @@
  */
 
 #ifndef _SYS_INTERRUPT_H_
-#define _SYS_INTERUPT_H_
+#define _SYS_INTERRUPT_H_
 
 #include <sys/types.h>
 #include <sys/intr.h>



Home | Main Index | Thread Index | Old Index