1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +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:33:56 +12:00
parent c62a0a49f3
commit 8431d33079
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-2020, PostgreSQL Global Development Group
*