Module Name: src
Committed By: msaitoh
Date: Wed May 28 09:49:55 UTC 2014
Modified Files:
src/sys/dev/mii: miivar.h
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/mii/miivar.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/dev/mii/miivar.h
diff -u src/sys/dev/mii/miivar.h:1.61 src/sys/dev/mii/miivar.h:1.62
--- src/sys/dev/mii/miivar.h:1.61 Fri Mar 15 06:18:13 2013
+++ src/sys/dev/mii/miivar.h Wed May 28 09:49:55 2014
@@ -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;