Fix typos: stand alon{e,g} should be spelled like standalone

This commit is contained in:
Enji Cooper 2017-10-10 04:53:26 +00:00
parent 0b6213171b
commit 6cea2e6b1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324471

View File

@ -6,11 +6,11 @@
__BOOT_MAKEFILE_INC__=${MFILE}
SASRC=${SRCTOP}/lib/libstand
# Normal stand alone library
# Normal standalone library
LIBSA=${OBJTOP}/sys/boot/libsa/libstand.a
# stand alone library compiled for 32-bit version of the processor
# Standalone library compiled for 32-bit version of the processor
LIBSA32=${OBJTOP}/sys/boot/libstand32/libstand.a
# stand along library compiled for userboot
# Standalone library compiled for userboot
LIBSAU=${OBJTOP}/sys/boot/userboot/libstand/libstand.a
CFLAGS+=-I${SASRC}