From f97a028d8ee3e7d64a93285707af94b612c47651 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 14 Mar 2017 11:38:30 -0400 Subject: Spelling fixes in code comments From: Josh Soref --- src/backend/regex/regc_pg_locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/regex') diff --git a/src/backend/regex/regc_pg_locale.c b/src/backend/regex/regc_pg_locale.c index afa3a7d613c..0121cbb2ada 100644 --- a/src/backend/regex/regc_pg_locale.c +++ b/src/backend/regex/regc_pg_locale.c @@ -224,7 +224,7 @@ static const unsigned char pg_char_properties[128] = { * pg_set_regex_collation: set collation for these functions to obey * * This is called when beginning compilation or execution of a regexp. - * Since there's no need for re-entrancy of regexp operations, it's okay + * Since there's no need for reentrancy of regexp operations, it's okay * to store the results in static variables. */ void -- cgit v1.2.3