Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 02703ff

Browse files
committed
Fix small typo in comment
Michael Paquier
1 parent bd1154e commit 02703ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/nbtree.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ typedef struct xl_btree_unlink_page
395395
{
396396
RelFileNode node;
397397
BlockNumber deadblk; /* target block being deleted */
398-
BlockNumber leftsib; /* taregt block's left sibling, if any */
398+
BlockNumber leftsib; /* target block's left sibling, if any */
399399
BlockNumber rightsib; /* target block's right sibling */
400400

401401
/*

0 commit comments

Comments
 (0)