Module Name:    src
Committed By:   macallan
Date:           Mon Aug 17 18:43:37 UTC 2015

Modified Files:
        src/sys/sys: interrupt.h

Log Message:
fix tpyo


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/interrupt.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/sys/interrupt.h
diff -u src/sys/sys/interrupt.h:1.1 src/sys/sys/interrupt.h:1.2
--- src/sys/sys/interrupt.h:1.1	Mon Aug 17 06:16:03 2015
+++ src/sys/sys/interrupt.h	Mon Aug 17 18:43:37 2015
@@ -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>

Reply via email to