From 312bac54cc9cc26e9cee23033c5c4f029976753a Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 22 May 2017 09:10:02 +0200 Subject: [PATCH] Fix typo in comment Author: Masahiko Sawada --- src/backend/access/hash/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/hash/hash.c b/src/backend/access/hash/hash.c index d0b0547491..8a3297924f 100644 --- a/src/backend/access/hash/hash.c +++ b/src/backend/access/hash/hash.c @@ -843,7 +843,7 @@ hashbucketcleanup(Relation rel, Bucket cur_bucket, Buffer bucket_buf, if (bucket != cur_bucket) { /* - * We expect tuples to either belong to curent bucket or + * We expect tuples to either belong to current bucket or * new_bucket. This is ensured because we don't allow * further splits from bucket that contains garbage. See * comments in _hash_expandtable. -- 2.40.0