Skip to content

Commit ecd73ba

Browse files
committed
typo in comment
1 parent f5db8c3 commit ecd73ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/prof7bit/bitcoin/wallettool/fileformats/WalletDatHandler.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class WalletDat {
386386

387387
abstract class BerkeleyDBPage {
388388
// page types
389-
static val P_LBTREE = 5 /* Btree leaf. */
389+
static val P_LBTREE = 5 /* B-tree leaf. */
390390

391391
protected var ByteBuffer b
392392
protected var RandomAccessFile raf

0 commit comments

Comments
 (0)