diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-02 12:57:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-02 12:57:46 +0000 |
commit | 9349aa8ff75ef04ca6be0bb25777236bbf77c423 (patch) | |
tree | 7a99420efa02efcb1b5c629bdba5684c20ca738b /sys/conf | |
parent | e2233c6bca1954cce5b8790922481fe776c8b4e8 (diff) |
typo; meant to say locore0.S
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/makegap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |