summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-06-12 16:40:00 +0000
committerdcs <dcs@FreeBSD.org>2000-06-12 16:40:00 +0000
commit0e4edb9eadb9b3bbf651fa65c1f97a00b6e189f2 (patch)
treee454650039941df652456e4b22940fedd07223e6 /sys/boot/ficl
parent5b7ef4dfa502751e6841e60d6537a2b2ad49b2b5 (diff)
downloadFreeBSD-src-0e4edb9eadb9b3bbf651fa65c1f97a00b6e189f2.zip
FreeBSD-src-0e4edb9eadb9b3bbf651fa65c1f97a00b6e189f2.tar.gz
Make comment reflect reality.
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/ficl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/ficl.c b/sys/boot/ficl/ficl.c
index e70fa44..17b9acb 100644
--- a/sys/boot/ficl/ficl.c
+++ b/sys/boot/ficl/ficl.c
@@ -344,7 +344,7 @@ int ficlExecFD(FICL_VM *pVM, int fd)
}
}
/*
- ** Pass an empty line with SOURCE-ID == 0 to flush
+ ** Pass an empty line with SOURCE-ID == -1 to flush
** any pending REFILLs (as required by FILE wordset)
*/
pVM->sourceID.i = -1;
OpenPOWER on IntegriCloud