1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Fix a typo in the header comment of sqlite3_commit_hook().

FossilOrigin-Name: 3784d1475b49f24e4a51450edc94aee66fd48fe4
This commit is contained in:
drh
2012-03-01 21:30:44 +00:00
parent f602963dbc
commit cd565fd118
3 changed files with 10 additions and 11 deletions

View File

@@ -1312,9 +1312,8 @@ void *sqlite3_profile(
}
#endif /* SQLITE_OMIT_TRACE */
/*** EXPERIMENTAL ***
**
** Register a function to be invoked when a transaction comments.
/*
** Register a function to be invoked when a transaction commits.
** If the invoked function returns non-zero, then the commit becomes a
** rollback.
*/