Skip to content

Commit 648b115

Browse files
author
fuli
committed
update comments
1 parent d376ce8 commit 648b115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/btree.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ namespace alg {
489489

490490
/**
491491
* Allocate empty node struct.
492-
* A better allocator should be consider in practice,
493-
* such as re-cycling the freed up blocks on disk, so used blocks.
492+
* A better allocator should be consider in practice, such as
493+
* re-cycling the freed up blocks on disk, so used blocks
494494
* should be traced in some data strucuture, file header maybe.
495495
*/
496496
void * ALLOCBLK() {

0 commit comments

Comments
 (0)