Fix typo in comment
authorMagnus Hagander
Mon, 22 May 2017 07:10:02 +0000 (09:10 +0200)
committerMagnus Hagander
Mon, 22 May 2017 07:10:02 +0000 (09:10 +0200)
Author: Masahiko Sawada

src/backend/access/hash/hash.c

index d0b0547491f7c34df3dca328eef3e1eb2851c3d0..8a3297924ff7132b85ce055d42fe519fbd125b46 100644 (file)
@@ -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.