diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-18 13:14:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-18 13:14:44 +0000 |
commit | f9fba03375e83e76e82171ab2e03938143a25be4 (patch) | |
tree | 8d0255479a5c754458e860e41ef9da5288e3e9df /sys/dev/isa | |
parent | b1763e97cd11a5c2649cdb99541c7f53630f3b28 (diff) |
intial -> initial;
the great intial witch hunt, as prompted by tdeval@
os-aix-dso.c: ok henning@
ab.C: ok drahn@
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/if_sm_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_sm_isa.c b/sys/dev/isa/if_sm_isa.c index 853beb92045..608234d97d1 100644 --- a/sys/dev/isa/if_sm_isa.c +++ b/sys/dev/isa/if_sm_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sm_isa.c,v 1.2 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_sm_isa.c,v 1.3 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: if_sm_isa.c,v 1.4 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -191,7 +191,7 @@ sm_isa_attach(parent, self, aux) /* XXX Should get Ethernet address from EEPROM!! */ - /* Perform generic intialization. */ + /* Perform generic initialization. */ smc91cxx_attach(sc, NULL); /* Establish the interrupt handler. */ |