stand: Fix a common typo in source code comments

- s/independant/independent/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-05 09:49:51 +02:00
parent a87f167c41
commit c44b5e090d
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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) {

View File

@ -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