Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/eisa Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/c352408f2cff
branches: trunk
changeset: 333066:c352408f2cff
user: snj <snj%NetBSD.org@localhost>
date: Fri Oct 17 17:09:44 2014 +0000
description:
Fix typo in comment.
diffstat:
sys/dev/eisa/if_tlp_eisa.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 69e38f66ef6d -r c352408f2cff sys/dev/eisa/if_tlp_eisa.c
--- a/sys/dev/eisa/if_tlp_eisa.c Fri Oct 17 16:37:02 2014 +0000
+++ b/sys/dev/eisa/if_tlp_eisa.c Fri Oct 17 17:09:44 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_tlp_eisa.c,v 1.25 2014/03/29 19:28:24 christos Exp $ */
+/* $NetBSD: if_tlp_eisa.c,v 1.26 2014/10/17 17:09:44 snj Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tlp_eisa.c,v 1.25 2014/03/29 19:28:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tlp_eisa.c,v 1.26 2014/10/17 17:09:44 snj Exp $");
#include "opt_inet.h"
@@ -251,7 +251,7 @@
sc->sc_mediasw = &tlp_21040_mediasw;
/*
- * Figure out which IRQ we want to use, and determine of it's
+ * Figure out which IRQ we want to use, and determine if it's
* edge- or level-triggered.
*/
val = bus_space_read_4(iot, ioh, DE425_CFG0);
Home |
Main Index |
Thread Index |
Old Index