Remove a bogus word

This commit is contained in:
Brian Somers 2005-08-08 12:16:53 +00:00
parent 9cf8dd43cf
commit e9b0dcda1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148851

View File

@ -45,7 +45,7 @@ static int foo_detach(device_t);
static int foo_frob(device_t, int, int);
static int foo_twiddle(device_t, char *);
static struct device_method_t foo_methods[] = {
static device_method_t foo_methods[] = {
/* Methods from the device interface */
DEVMETHOD(device_probe, foo_probe),
DEVMETHOD(device_attach, foo_attach),