From ecee4c9a64c26b6999a2d043eaac3559d0bdef2b Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 2 Jun 2017 12:57:45 +0000 Subject: [PATCH] typo; meant to say locore0.S --- sys/conf/makegap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/makegap.sh b/sys/conf/makegap.sh index 49a56e1c7e8..94b77e7b99e 100644 --- a/sys/conf/makegap.sh +++ b/sys/conf/makegap.sh @@ -19,7 +19,7 @@ _C_LABEL(endboot): /* * Randomly bias future data, bss, and rodata objects, - * does not help for objects in locore.S though + * does not help for objects in locore0.S though */ .data .space $RANDOM % PAGE_SIZE, $PADBYTE -- 2.20.1