From a2ed56016f8b0728e68fca885d7ae4a769744f08 Mon Sep 17 00:00:00 2001 From: drh Date: Tue, 26 Feb 2002 23:55:31 +0000 Subject: Comment changes only. (CVS 395) FossilOrigin-Name: 63b87f2ea6cd78f039bf40026d21b18de20b3ba7 --- src/expr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/expr.c') diff --git a/src/expr.c b/src/expr.c index eefcedc5b..dea2f7063 100644 --- a/src/expr.c +++ b/src/expr.c @@ -12,7 +12,7 @@ ** This file contains routines used for analyzing expressions and ** for generating VDBE code that evaluates expressions in SQLite. ** -** $Id: expr.c,v 1.44 2002/02/24 03:25:15 drh Exp $ +** $Id: expr.c,v 1.45 2002/02/26 23:55:31 drh Exp $ */ #include "sqliteInt.h" @@ -111,7 +111,7 @@ void sqliteExprDelete(Expr *p){ ** the life of the view.) When that happens we have to make a ** persistent copy of the input buffer and translate the Expr.token.z ** and Expr.span.z fields to point to the copy rather than the -** original input buffer. The following group of routines to that +** original input buffer. The following group of routines handle that ** translation. ** ** The "offset" parameter is the distance from the original input buffer -- cgit v1.2.3