summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMagnus Hagander2017-06-17 08:17:01 +0000
committerMagnus Hagander2017-06-17 08:17:28 +0000
commitbb1f8f9e5bb13af43ab65faa98ae898a68995070 (patch)
treef97596080dea015979c9d849f7140aa41a8e95b9 /src/include
parente42645ad92687a2250ad17e1a045da73e54a5064 (diff)
Fix typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/lib/simplehash.h2
-rw-r--r--src/include/nodes/execnodes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/lib/simplehash.h b/src/include/lib/simplehash.h
index 47dd0bc4ee..56b261d8ea 100644
--- a/src/include/lib/simplehash.h
+++ b/src/include/lib/simplehash.h
@@ -902,7 +902,7 @@ SH_STAT(SH_TYPE * tb)
#endif /* SH_DEFINE */
-/* undefine external paramters, so next hash table can be defined */
+/* undefine external parameters, so next hash table can be defined */
#undef SH_PREFIX
#undef SH_KEY_TYPE
#undef SH_KEY
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index d33392f3b5..9c0852853a 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -569,7 +569,7 @@ typedef struct TupleHashEntryData
uint32 hash; /* hash value (cached) */
} TupleHashEntryData;
-/* define paramters necessary to generate the tuple hash table interface */
+/* define parameters necessary to generate the tuple hash table interface */
#define SH_PREFIX tuplehash
#define SH_ELEMENT_TYPE TupleHashEntryData
#define SH_KEY_TYPE MinimalTuple