From a65b9b5e033a815f46a672c41ecb352b7b44c3a4 Mon Sep 17 00:00:00 2001 From: jcoleman Date: Tue, 31 Mar 2020 17:17:34 +0000 Subject: [PATCH v48 5/7] typo --- src/include/nodes/execnodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index adc4e24982..05c03a8fde 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -2026,7 +2026,7 @@ typedef struct SortState } SortState; /* ---------------- - * Instruementation information for IncrementalSort + * Instrumentation information for IncrementalSort * ---------------- */ typedef struct IncrementalSortGroupInfo -- 2.17.1