aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite.c')
-rw-r--r--src/sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.c b/src/sqlite.c
index 32482b30f35..88b02339863 100644
--- a/src/sqlite.c
+++ b/src/sqlite.c
@@ -700,7 +700,7 @@ MODULE should be the name of an SQlite module's file, a
700shared library in the system-dependent format and having a 700shared library in the system-dependent format and having a
701system-dependent file-name extension. 701system-dependent file-name extension.
702 702
703Only modules on Emacs' list of allowed modules can be loaded. */) 703Only modules on Emacs's list of allowed modules can be loaded. */)
704 (Lisp_Object db, Lisp_Object module) 704 (Lisp_Object db, Lisp_Object module)
705{ 705{
706 check_sqlite (db, false); 706 check_sqlite (db, false);