From 148266fa354a47543f6c0325cd1ea900ead4aac6 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 19 Apr 2019 16:57:40 +0900 Subject: Fix collection of typos and grammar mistakes in docs and comments Author: Justin Pryzby Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com --- src/backend/jit/llvm/llvmjit_inline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/jit/llvm/llvmjit_inline.cpp') diff --git a/src/backend/jit/llvm/llvmjit_inline.cpp b/src/backend/jit/llvm/llvmjit_inline.cpp index 96fc68a3561..07b5fc7b38e 100644 --- a/src/backend/jit/llvm/llvmjit_inline.cpp +++ b/src/backend/jit/llvm/llvmjit_inline.cpp @@ -9,7 +9,7 @@ * for an external function is found - not guaranteed! - the index will then * be used to judge their instruction count / inline worthiness. After doing * so for all external functions, all the referenced functions (and - * prerequisites) will be imorted. + * prerequisites) will be imported. * * Copyright (c) 2016-2019, PostgreSQL Global Development Group * -- cgit v1.2.3