Spelling in comment.

This commit is contained in:
skrll 2008-01-18 09:38:06 +00:00
parent 595e87e328
commit 278f254bbd
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
__FBSDID("$FreeBSD: src/sys/compat/ndis/kern_ndis.c,v 1.60.2.5 2005/04/01 17:14:20 wpaul Exp $");
#endif
#ifdef __NetBSD__
__KERNEL_RCSID(0, "$NetBSD: kern_ndis.c,v 1.13 2007/12/05 08:44:06 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: kern_ndis.c,v 1.14 2008/01/18 09:38:06 skrll Exp $");
#endif
#include <sys/param.h>
@ -1203,7 +1203,7 @@ ndis_create_sysctls(arg)
}
/* See if we already have a sysctl with this name */
/* TODO: Is something like this nesicary in NetBSD? I'm guessing this
/* TODO: Is something like this necessary in NetBSD? I'm guessing this
TODO: is just checking if any of the information in the .inf file was
TODO: already determined by FreeBSD's autoconfiguration which seems to
TODO: add dev.XXX sysctl's beginning with %. (NetBSD dosen't seem to do this).