summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-01-14 18:00:06 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-01-14 18:00:06 +0000
commita508453b1c8e1a4c745dea5c2024063b8f848c60 (patch)
tree7c69c98d8bd8b5f01fc3351ee445886be6aafccf
parentb10c1ea43365df8fd31fab9083749dc86d1bd837 (diff)
downloadphp-git-a508453b1c8e1a4c745dea5c2024063b8f848c60.tar.gz
Touch parser.
-rw-r--r--ext/sqlite/libsqlite/src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/libsqlite/src/parse.c b/ext/sqlite/libsqlite/src/parse.c
index 7c193ccc76..74a95f42d7 100644
--- a/ext/sqlite/libsqlite/src/parse.c
+++ b/ext/sqlite/libsqlite/src/parse.c
@@ -1,5 +1,5 @@
/* Driver template for the LEMON parser generator.
-** The author disclaims copyright to this source code.
+** The author disclaims copyright to this source code.
*/
/* First off, code is include which follows the "include" declaration
** in the input file. */