From 4ad6f13500cd9a3ca0652e43232f9515319e55e2 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Fri, 1 Apr 2016 21:53:10 -0400 Subject: Copyedit comments and documentation. --- src/backend/utils/adt/timestamp.c | 2 +- src/backend/utils/hash/dynahash.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils') diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c index 7456808a427..98a2ab5e58a 100644 --- a/src/backend/utils/adt/timestamp.c +++ b/src/backend/utils/adt/timestamp.c @@ -5148,7 +5148,7 @@ timestamp_zone_transform(PG_FUNCTION_ARGS) * This function is just timestamp2timestamptz() except instead of * shifting to the global timezone, we shift to the specified timezone. * This is different from the other AT TIME ZONE cases because instead - * of shifting to a _to_ a new time zone, it sets the time to _be_ the + * of shifting _to_ a new time zone, it sets the time to _be_ the * specified timezone. */ Datum diff --git a/src/backend/utils/hash/dynahash.c b/src/backend/utils/hash/dynahash.c index 679ca775c6c..1a9f70c5662 100644 --- a/src/backend/utils/hash/dynahash.c +++ b/src/backend/utils/hash/dynahash.c @@ -67,7 +67,7 @@ * are not implemented; otherwise functionality is identical. * * Compilation controls: - * DEBUG controls some informative traces, mainly for debugging. + * HASH_DEBUG controls some informative traces, mainly for debugging. * HASH_STATISTICS causes HashAccesses and HashCollisions to be maintained; * when combined with HASH_DEBUG, these are displayed by hdestroy(). * -- cgit v1.2.3