diff options
author | dcs <dcs@FreeBSD.org> | 2000-06-12 16:40:00 +0000 |
---|---|---|
committer | dcs <dcs@FreeBSD.org> | 2000-06-12 16:40:00 +0000 |
commit | 0e4edb9eadb9b3bbf651fa65c1f97a00b6e189f2 (patch) | |
tree | e454650039941df652456e4b22940fedd07223e6 /sys/boot/ficl | |
parent | 5b7ef4dfa502751e6841e60d6537a2b2ad49b2b5 (diff) | |
download | FreeBSD-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.c | 2 |
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; |