diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2014-11-27 11:42:02 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2014-11-27 11:42:02 +0000 |
| commit | aed5597096279bfca20c2596d8704f1cd44cac60 (patch) | |
| tree | b95b6ddd4c70ee99b19d80115257b819c17c8368 /sys/dev | |
| parent | b6475d04df29dbd0289f90d3f7a67c08973ea107 (diff) | |
Fix typo in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_wmvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_wmvar.h b/sys/dev/pci/if_wmvar.h index 43d4ac16d76..623eefdbe49 100644 --- a/sys/dev/pci/if_wmvar.h +++ b/sys/dev/pci/if_wmvar.h @@ -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 */ /* |
