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/7c3ac419b7f5
branches: trunk
changeset: 339949:7c3ac419b7f5
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 8c3784804e81 -r 7c3ac419b7f5 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