diff options
| author | Peter Geoghegan | 2019-03-29 19:29:05 +0000 |
|---|---|---|
| committer | Peter Geoghegan | 2019-03-29 19:29:05 +0000 |
| commit | 9c7fb7e6d8d0fdcabbdc32daad2159812e538bd5 (patch) | |
| tree | 55ac5476b8ef9640ee4b319c2b704b6426862993 /contrib | |
| parent | d85e0f366a347633f255b8d1031ab34733c5e147 (diff) | |
Tweak some nbtree-related code comments.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/amcheck/verify_nbtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/amcheck/verify_nbtree.c b/contrib/amcheck/verify_nbtree.c index 9ecb1999e34..9d5b2e5be67 100644 --- a/contrib/amcheck/verify_nbtree.c +++ b/contrib/amcheck/verify_nbtree.c @@ -1975,7 +1975,7 @@ bt_normalize_tuple(BtreeCheckState *state, IndexTuple itup) /* * Search for itup in index, starting from fast root page. itup must be a * non-pivot tuple. This is only supported with heapkeyspace indexes, since - * we rely on having fully unique keys to find a match with only a signle + * we rely on having fully unique keys to find a match with only a single * visit to a leaf page, barring an interrupted page split, where we may have * to move right. (A concurrent page split is impossible because caller must * be readonly caller.) |
