diff options
author | 2017-06-02 12:57:45 +0000 | |
---|---|---|
committer | 2017-06-02 12:57:45 +0000 | |
commit | ecee4c9a64c26b6999a2d043eaac3559d0bdef2b (patch) | |
tree | 5a24c6795fd56bd799874865fd3d5cdc770dc76a | |
parent | add about 15 missing character escape sequences found in groff_char(7); (diff) | |
download | wireguard-openbsd-ecee4c9a64c26b6999a2d043eaac3559d0bdef2b.tar.xz wireguard-openbsd-ecee4c9a64c26b6999a2d043eaac3559d0bdef2b.zip |
typo; meant to say locore0.S
-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 |