summaryrefslogtreecommitdiff
path: root/src/include/jit
diff options
context:
space:
mode:
authorTom Lane2018-04-01 19:01:28 +0000
committerTom Lane2018-04-01 19:01:28 +0000
commit0b11a674fb11cc1571326c861ecdd7773d9e587f (patch)
tree6c8e921be982e9500ea72807036e9a9f94ab4517 /src/include/jit
parent686d399f2be6eea4b74d59cdadd427d09cb0e246 (diff)
Fix a boatload of typos in C comments.
Justin Pryzby Discussion: https://postgr.es/m/20180331105640.GK28454@telsasoft.com
Diffstat (limited to 'src/include/jit')
-rw-r--r--src/include/jit/jit.h2
-rw-r--r--src/include/jit/llvmjit.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/jit/jit.h b/src/include/jit/jit.h
index 85d234ff3b..ddeffae273 100644
--- a/src/include/jit/jit.h
+++ b/src/include/jit/jit.h
@@ -15,7 +15,7 @@
#include "utils/resowner.h"
-/* Flags deterimining what kind of JIT operations to perform */
+/* Flags determining what kind of JIT operations to perform */
#define PGJIT_NONE 0
#define PGJIT_PERFORM 1 << 0
#define PGJIT_OPT3 1 << 1
diff --git a/src/include/jit/llvmjit.h b/src/include/jit/llvmjit.h
index dc8fa57f84..b0093db49d 100644
--- a/src/include/jit/llvmjit.h
+++ b/src/include/jit/llvmjit.h
@@ -107,7 +107,7 @@ extern void llvm_inline(LLVMModuleRef mod);
/*
****************************************************************************
- * Code ceneration functions.
+ * Code generation functions.
****************************************************************************
*/
extern bool llvm_compile_expr(struct ExprState *state);