1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Update a comment.

FossilOrigin-Name: e9753d9a2c1269050f886e6cb9bc9cba0a8df6ce
This commit is contained in:
mistachkin
2016-02-14 00:14:35 +00:00
parent fad3039c51
commit 8fd8413aaa
3 changed files with 8 additions and 11 deletions

View File

@@ -3205,7 +3205,7 @@ int sqlite3_get_autocommit(sqlite3 *db){
/*
** The following routines are substitutes for constants SQLITE_CORRUPT,
** SQLITE_MISUSE, SQLITE_CANTOPEN, SQLITE_IOERR and possibly other error
** SQLITE_MISUSE, SQLITE_CANTOPEN, SQLITE_NOMEM and possibly other error
** constants. They serve two purposes:
**
** 1. Serve as a convenient place to set a breakpoint in a debugger