1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

Update a comment.

FossilOrigin-Name: e0e102a0bd9d07bccdb1feb95767cb81fb57c29f
This commit is contained in:
mistachkin
2014-12-11 04:49:46 +00:00
parent 44b99f7e2e
commit dd11f2d930
3 changed files with 8 additions and 8 deletions

View File

@@ -692,7 +692,7 @@ static const char needCsvQuote[] = {
};
/*
** Output a single term of CSV. Actually, p->separator is used for
** Output a single term of CSV. Actually, p->colSeparator is used for
** the separator, which may or may not be a comma. p->nullValue is
** the null value. Strings are quoted if necessary. The separator
** is only issued if bSep is true.