From 83daee9a89f8bd72cecf93bec75d5c2176b3c5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Sat, 24 Sep 2011 23:31:01 +0200 Subject: [PATCH] cmd: Fix WCMD_fgets documentation. --- programs/cmd/batch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/cmd/batch.c b/programs/cmd/batch.c index 800f05eceae..c5e73c6432f 100644 --- a/programs/cmd/batch.c +++ b/programs/cmd/batch.c @@ -176,7 +176,7 @@ WCHAR *WCMD_parameter (WCHAR *s, int n, WCHAR **where, WCHAR **end) { /**************************************************************************** * WCMD_fgets * - * Get one line from a batch file. We can't use the native f* functions because + * Get one line from a batch file/console. We can't use the native f* functions because * of the filename syntax differences between DOS and Unix. Also need to lose * the LF (or CRLF) from the line. */