From: Magnus Hagander Date: Tue, 20 Apr 2021 12:35:16 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: REL_12_7~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4fbd11a1d5c291fe719b0bc833882e0baad1f8e;p=thirdparty%2Fpostgresql.git Fix typo in comment Author: Julien Rouhaud Backpatch-through: 11 Discussion: https://postgr.es/m/20210420121659.odjueyd4rpilorn5@nol --- diff --git a/src/backend/lib/dshash.c b/src/backend/lib/dshash.c index 24dd3722521..557676ad38a 100644 --- a/src/backend/lib/dshash.c +++ b/src/backend/lib/dshash.c @@ -375,7 +375,7 @@ dshash_get_hash_table_handle(dshash_table *hash_table) * the caller must take care to ensure that the entry is not left corrupted. * The lock mode is either shared or exclusive depending on 'exclusive'. * - * The caller must not lock a lock already. + * The caller must not hold a lock already. * * Note that the lock held is in fact an LWLock, so interrupts will be held on * return from this function, and not resumed until dshash_release_lock is