From dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 10 Apr 2020 11:18:39 +0900 Subject: Fix collection of typos and grammar mistakes in the tree This fixes some comments and documentation new as of Postgres 13. Author: Justin Pryzby Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com --- src/include/lib/simplehash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/lib') diff --git a/src/include/lib/simplehash.h b/src/include/lib/simplehash.h index 8cb03cda6cc..f7af921f5ac 100644 --- a/src/include/lib/simplehash.h +++ b/src/include/lib/simplehash.h @@ -633,7 +633,7 @@ restart: /* shift forward, starting at last occupied element */ /* - * TODO: This could be optimized to be one memcpy in may cases, + * TODO: This could be optimized to be one memcpy in many cases, * excepting wrapping around at the end of ->data. Hasn't shown up * in profiles so far though. */ -- cgit v1.2.3