v48-0005-typo.patch

text/x-patch

Filename: v48-0005-typo.patch
Type: text/x-patch
Part: 1
Message: Re: [PATCH] Incremental sort (was: PoC: Partial sort)

Patch

Format: format-patch
Series: patch v48-0005
Subject: typo
File+
src/include/nodes/execnodes.h 1 1
From a65b9b5e033a815f46a672c41ecb352b7b44c3a4 Mon Sep 17 00:00:00 2001
From: jcoleman <jtc331@gmail.com>
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