Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/2f672898826d
branches:  trunk
changeset: 329527:2f672898826d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed May 28 09:49:55 2014 +0000

description:
Fix typo in comment.

diffstat:

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

diffs (18 lines):

diff -r 643f2bb82ee6 -r 2f672898826d sys/dev/mii/miivar.h
--- a/sys/dev/mii/miivar.h      Wed May 28 09:38:46 2014 +0000
+++ b/sys/dev/mii/miivar.h      Wed May 28 09:49:55 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: miivar.h,v 1.61 2013/03/15 06:18:13 msaitoh Exp $      */
+/*     $NetBSD: miivar.h,v 1.62 2014/05/28 09:49:55 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include <dev/mii/mii_verbose.h>
 
 /*
- * Media Independent Interface datat structure definitions.
+ * Media Independent Interface data structure definitions.
  */
 
 struct ifnet;



Home | Main Index | Thread Index | Old Index