stand: Fix a common typo in source code comments
- s/independant/independent/ MFC after: 3 days
This commit is contained in:
parent
a87f167c41
commit
c44b5e090d
@ -29,7 +29,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* Machine-independant ISA PnP enumerator implementing a subset of the
|
||||
* Machine-independent ISA PnP enumerator implementing a subset of the
|
||||
* ISA PnP specification.
|
||||
*/
|
||||
#include <stand.h>
|
||||
|
@ -217,7 +217,7 @@ zfree(MemPool *mp, void *ptr, uintptr_t bytes)
|
||||
}
|
||||
|
||||
/*
|
||||
* merge against next area or create independant area
|
||||
* merge against next area or create independent area
|
||||
*/
|
||||
|
||||
if ((char *)ptr + bytes == (char *)mn) {
|
||||
|
@ -50,7 +50,7 @@ SRCS+= md.c
|
||||
CLEANFILES+= md.o
|
||||
.endif
|
||||
|
||||
# Machine-independant ISA PnP
|
||||
# Machine-independent ISA PnP
|
||||
.if defined(HAVE_ISABUS)
|
||||
SRCS+= isapnp.c
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user