Skip to content

Commit

Permalink
Fix typo in comments: 'enought' to 'enough'
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrationn authored and var77 committed Nov 6, 2024
1 parent 3343ed0 commit e8e0472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lantern_hnsw/src/hnsw/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ bool ldb_amgettuple(IndexScanDesc scan, ScanDirection dir)
#endif

// todo:: there is a mid-sized designed issue with index storage
// labels must be large enought to store relblockno+ indexblockno
// labels must be large enough to store relblockno+ indexblockno
// currently they only store relblockno
// the second is needed so we can hold a pin in here on the index page
// the good news is that this is not an issue until we support deletions
Expand Down

0 comments on commit e8e0472

Please sign in to comment.