summaryrefslogtreecommitdiff
path: root/src/include/jit
diff options
context:
space:
mode:
authorDavid Rowley2020-08-20 21:33:56 +0000
committerDavid Rowley2020-08-20 21:33:56 +0000
commit8431d33079a2c552aaa223ebcfd470572d90146b (patch)
treed381fcfd30bbe35d215d801f197127096071ba07 /src/include/jit
parentc62a0a49f33a0d45a97aa1d3a5bc6ddc83f10d82 (diff)
Fix a few typos in JIT comments and README
Reviewed-by: Abhijit Menon-Sen Reviewed-by: Andres Freund Discussion: https://postgr.es/m/CAApHDvobgmCs6CohqhKTUf7D8vffoZXQTCBTERo9gbOeZmvLTw%40mail.gmail.com Backpatch-through: 11, where JIT was added
Diffstat (limited to 'src/include/jit')
-rw-r--r--src/include/jit/llvmjit_emit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/jit/llvmjit_emit.h b/src/include/jit/llvmjit_emit.h
index 1a7d6db7259..3142df608b3 100644
--- a/src/include/jit/llvmjit_emit.h
+++ b/src/include/jit/llvmjit_emit.h
@@ -1,6 +1,6 @@
/*
* llvmjit_emit.h
- * Helpers to make emitting LLVM IR a it more concise and pgindent proof.
+ * Helpers to make emitting LLVM IR a bit more concise and pgindent proof.
*
* Copyright (c) 2018-2020, PostgreSQL Global Development Group
*