diff --git a/sys/boot/ficl/ficl.c b/sys/boot/ficl/ficl.c index e70fa44a7c11..17b9acbaaec1 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;