From d06f7b4a5460f0e6772b2ef6c31c8a0f18b770f9 Mon Sep 17 00:00:00 2001 From: vvzh Date: Tue, 18 Sep 2012 22:06:26 +0000 Subject: [PATCH] csvdocument: more precise comment git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2521 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/csvdocument/csvdocument.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/csvdocument/csvdocument.pas b/components/csvdocument/csvdocument.pas index 7331ffb35..5c7bd35c0 100644 --- a/components/csvdocument/csvdocument.pas +++ b/components/csvdocument/csvdocument.pas @@ -458,7 +458,7 @@ begin NextChar; end; -// Parses next cell; returns true if it could be parsed. +// Parses next cell; returns True if there are more cells in the input stream. function TCSVParser.ParseNextCell: Boolean; var LineColCount: Integer;