Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/60973a49da26
branches:  trunk
changeset: 804173:60973a49da26
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Nov 27 11:42:02 2014 +0000

description:
Fix typo in comment.

diffstat:

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

diffs (18 lines):

diff -r 99d7078aa7a8 -r 60973a49da26 sys/dev/pci/if_wmvar.h
--- a/sys/dev/pci/if_wmvar.h    Thu Nov 27 04:48:39 2014 +0000
+++ b/sys/dev/pci/if_wmvar.h    Thu Nov 27 11:42:02 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wmvar.h,v 1.22 2014/11/25 05:05:16 msaitoh Exp $    */
+/*     $NetBSD: if_wmvar.h,v 1.23 2014/11/27 11:42:02 msaitoh Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -95,7 +95,7 @@
 #define WM_F_HAS_MANAGE                0x00100000
 #define WM_F_WOL               0x00200000
 #define WM_F_EEE               0x00400000 /* Energy Efficiency Ethernet */
-#define WM_F_ATTACHED          0x00800000 /* attach() fininsed successfully */
+#define WM_F_ATTACHED          0x00800000 /* attach() finished successfully */
 
 
 /*



Home | Main Index | Thread Index | Old Index