aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_inline.cpp
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-06-03 13:44:03 +0900
committerMichael Paquier <michael@paquier.xyz>2019-06-03 13:44:03 +0900
commit1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc (patch)
treebcf6bac3dc4d8e1ce07b6d883b0e30990025f834 /src/backend/jit/llvm/llvmjit_inline.cpp
parent0240a00fbd4fd14f577edf8d36a032237fd0b9cb (diff)
downloadpostgresql-1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc.tar.gz
postgresql-1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc.zip
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_inline.cpp')
-rw-r--r--src/backend/jit/llvm/llvmjit_inline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/jit/llvm/llvmjit_inline.cpp b/src/backend/jit/llvm/llvmjit_inline.cpp
index 07b5fc7b38e..8005d43a849 100644
--- a/src/backend/jit/llvm/llvmjit_inline.cpp
+++ b/src/backend/jit/llvm/llvmjit_inline.cpp
@@ -308,7 +308,7 @@ llvm_build_inline_plan(llvm::Module *mod)
* Check whether function and all its dependencies are too
* big. Dependencies already counted for other functions that
* will get inlined are not counted again. While this make
- * things somewhat order dependant, I can't quite see a point
+ * things somewhat order dependent, I can't quite see a point
* in a different behaviour.
*/
if (running_instcount > inlineState.costLimit)