mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
db: typo fixed from review.
Suggested-by: @niftynei Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
03108e6501
commit
f4d44d84bf
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ sqlite3_stmt *db_select_prepare_(const char *location,
|
|||
/**
|
||||
* db_select_step -- iterate through db results.
|
||||
*
|
||||
* Returns false and frees stmt if we've we've reached end, otherwise
|
||||
* Returns false and frees stmt if we've reached end, otherwise
|
||||
* it means sqlite3_step has returned SQLITE_ROW.
|
||||
*/
|
||||
#define db_select_step(db, stmt) \
|
||||
|
|
Loading…
Add table
Reference in a new issue