From 0b11a674fb11cc1571326c861ecdd7773d9e587f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 1 Apr 2018 15:01:28 -0400 Subject: Fix a boatload of typos in C comments. Justin Pryzby Discussion: https://postgr.es/m/20180331105640.GK28454@telsasoft.com --- src/include/lib/dshash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/lib') diff --git a/src/include/lib/dshash.h b/src/include/lib/dshash.h index 3f8086e46d6..8c733bfe256 100644 --- a/src/include/lib/dshash.h +++ b/src/include/lib/dshash.h @@ -42,7 +42,7 @@ typedef dshash_hash (*dshash_hash_function) (const void *v, size_t size, * Compare and hash functions must be supplied even when attaching, because we * can't safely share function pointers between backends in general. Either * the arg variants or the non-arg variants should be supplied; the other - * function pointers should be NULL. If the arg varants are supplied then the + * function pointers should be NULL. If the arg variants are supplied then the * user data pointer supplied to the create and attach functions will be * passed to the hash and compare functions. */ -- cgit v1.2.3