aboutsummaryrefslogtreecommitdiff
path: root/src/include/jit/jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/jit/jit.h')
-rw-r--r--src/include/jit/jit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/jit/jit.h b/src/include/jit/jit.h
index 85d234ff3b8..ddeffae2731 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