summaryrefslogtreecommitdiff
path: root/sys/arch/sbmips
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-28 22:16:43 +0000
committerandvar <andvar@NetBSD.org>2022-05-28 22:16:43 +0000
commit93e1d83524dad135dfd153e87635ecbe70397ebb (patch)
tree53f58f2c037cefd086b41b58352d261e98c8fd25 /sys/arch/sbmips
parent051f0471ee6e6db45974cb8415954eb9e52b992e (diff)
fix various typos in comments.
Diffstat (limited to 'sys/arch/sbmips')
-rw-r--r--sys/arch/sbmips/stand/Makefile.bootprogs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sbmips/stand/Makefile.bootprogs b/sys/arch/sbmips/stand/Makefile.bootprogs
index c9bc20255d7..8ab2f2f79ab 100644
--- a/sys/arch/sbmips/stand/Makefile.bootprogs
+++ b/sys/arch/sbmips/stand/Makefile.bootprogs
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootprogs,v 1.14 2017/04/08 19:53:22 christos Exp $
+# $NetBSD: Makefile.bootprogs,v 1.15 2022/05/28 22:16:43 andvar Exp $
.include <bsd.own.mk>
.include <bsd.klinks.mk>
@@ -60,7 +60,7 @@ UNIFIED_MAX_TOTAL!= expr ${REGION1_SIZE}
UNIFIED_HEAP_LIMIT= (${REGION1_START} + ${REGION1_SIZE})
# two-stage boot loaders must share region 1. The first stage
-# loads into the lowest portion, and uses the higest portion
+# loads into the lowest portion, and uses the highest portion
# for its heap. The second stage loads in between the primary image
# and the heap, and can reuse the memory after it (i.e. the primary's
# heap) for its own heap.