diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-01 15:01:28 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-01 15:01:28 -0400 |
commit | 0b11a674fb11cc1571326c861ecdd7773d9e587f (patch) | |
tree | 6c8e921be982e9500ea72807036e9a9f94ab4517 /src/include/lib/dshash.h | |
parent | 686d399f2be6eea4b74d59cdadd427d09cb0e246 (diff) |
Fix a boatload of typos in C comments.
Justin Pryzby
Discussion: https://postgr.es/m/20180331105640.GK28454@telsasoft.com
Diffstat (limited to 'src/include/lib/dshash.h')
-rw-r--r-- | src/include/lib/dshash.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |