aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/config.lua
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-02-24 20:24:57 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-02-24 20:24:57 +0000
commit67eae5035b048724edbbed1d5bc8ecba333b8cd8 (patch)
treed9821a7eeb4ee90944bc20c7fe520be0c8028c7c /stand/lua/config.lua
parent322a2dddba49d04539cc130cd2264a00db45c20d (diff)
downloadsrc-67eae5035b048724edbbed1d5bc8ecba333b8cd8.tar.gz
src-67eae5035b048724edbbed1d5bc8ecba333b8cd8.zip
lualoader: Remove inaccurate part of comment
Notes
Notes: svn path=/head/; revision=329928
Diffstat (limited to 'stand/lua/config.lua')
-rw-r--r--stand/lua/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/lua/config.lua b/stand/lua/config.lua
index 2ec75ebe432f..aa59c70bf4c1 100644
--- a/stand/lua/config.lua
+++ b/stand/lua/config.lua
@@ -169,7 +169,7 @@ local function checkNextboot()
-- Attempt to rewrite the first line and only the first line of the
-- nextboot_file. We overwrite it with nextboot_enable="NO", then
- -- check for that on load. See: checkNextboot_enabled
+ -- check for that on load.
-- It's worth noting that this won't work on every filesystem, so we
-- won't do anything notable if we have any errors in this process.
local nfile = io.open(nextboot_file, 'w')