Skip to content

Commit

Permalink
db: typo fixed from review.
Browse files Browse the repository at this point in the history
Suggested-by: @niftynei
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Mar 18, 2019
1 parent fb4f182 commit 1d776eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/db.h
Expand Up @@ -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) \
Expand Down

0 comments on commit 1d776eb

Please sign in to comment.