From d2083bf417b64f143b6b724ba1313dd82a4a1994 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Mon, 12 Jun 2000 16:40:00 +0000 Subject: [PATCH] Make comment reflect reality. --- sys/boot/ficl/ficl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;