aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2015-03-12 05:08:34 +0000
committerdrh <drh@noemail.net>2015-03-12 05:08:34 +0000
commit0a0d0560aba40e958d1a4d801041f34120f97fc9 (patch)
tree2dec460704faee5a6d0ec82f8ce5b6cf552df23b /src
parentcc285c5ab021e8973142b7cedce90e2451ba5cf3 (diff)
downloadsqlite-0a0d0560aba40e958d1a4d801041f34120f97fc9.tar.gz
sqlite-0a0d0560aba40e958d1a4d801041f34120f97fc9.zip
Improve the text on one of the opcode documentation comments in vdbe.c.
FossilOrigin-Name: 08958f57970d2346f3e98e62225e2b5d351d12d8
Diffstat (limited to 'src')
-rw-r--r--src/vdbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbe.c b/src/vdbe.c
index f81bfa8a7..b67a3e766 100644
--- a/src/vdbe.c
+++ b/src/vdbe.c
@@ -1517,7 +1517,7 @@ arithmetic_result_is_null:
**
** The interface used by the implementation of the aforementioned functions
** to retrieve the collation sequence set by this opcode is not available
-** publicly, only to user functions defined in func.c.
+** publicly. Only built-in functions have access to this feature.
*/
case OP_CollSeq: {
assert( pOp->p4type==P4_COLLSEQ );