diff options
| author | Warner Losh <imp@FreeBSD.org> | 2021-07-22 02:02:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-07-30 23:02:07 +0000 |
| commit | a051259072615dfa2e8c86cb8e08f0016f611c65 (patch) | |
| tree | 5f13a4a3ce60450b6d23bca58422130c8b0ec9f1 | |
| parent | 631cf89fd4c869d3688a63402199e0500b1a65a8 (diff) | |
typo: becauce -> because
Noticed by: Piotr P. Stefaniak
Sponsored by: Netflix
(cherry picked from commit 2b720db8d409f6fcdffa7f06b1d8c1b981435a83)
| -rw-r--r-- | stand/i386/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile index dcae7bd67a14..0abf6120c1e3 100644 --- a/stand/i386/loader/Makefile +++ b/stand/i386/loader/Makefile @@ -95,7 +95,7 @@ FILESMODE_${LOADER}= ${BINMODE} -b # that pxeloader provides has none of that flexibility because it lacks access # to the a.out/elf headers and assumes an entry point of 0. # -# We must add it to the LDFLAGS instead of the OBJS becauce the former won't try +# We must add it to the LDFLAGS instead of the OBJS because the former won't try # to clean it. When it is in OBJS, this cleaning can lead to races where # btxcrt.o is rebuilt, but boot2 isn't, leading to errors at installation time. # LDFLAGS does not have this baggage and will be included first in the list of |
