1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

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
This commit is contained in:
David Rowley
2020-08-21 09:35:24 +12:00
parent da9ec328dd
commit 3248633579
2 changed files with 8 additions and 8 deletions

View File

@@ -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-2019, PostgreSQL Global Development Group
*