]> granicus.if.org Git - postgresql/blobdiff - src/backend/jit/llvm/llvmjit_types.c
Correct some typos in the new JIT code.
[postgresql] / src / backend / jit / llvm / llvmjit_types.c
index ad29bafa8f63f36e8b639d9b250a2fa171522703..0e06160c2aa6e8839af2f530c6c44c98c813c200 100644 (file)
@@ -8,7 +8,7 @@
  * low chance of definitions getting out of sync, this file lists types and
  * functions that directly need to be accessed from LLVM.
  *
- * When LlVM is first used in a backend, a bitcode version of this file, will
+ * When LLVM is first used in a backend, a bitcode version of this file will
  * be loaded. The needed types and signatures will be stored into Struct*,
  * Type*, Func* variables.
  *