Re: bulk typos
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-04-01T19:07:47Z
Lists: pgsql-hackers
Hi, On 2018-03-31 05:56:40 -0500, Justin Pryzby wrote: > --- a/src/backend/jit/llvm/llvmjit_expr.c > +++ b/src/backend/jit/llvm/llvmjit_expr.c > @@ -1768,7 +1768,7 @@ llvm_compile_expr(ExprState *state) > b_compare_result, > b_null); > > - /* build block analying the !NULL comparator result */ > + /* build block analyzing the !NULL comparator result */ > LLVMPositionBuilderAtEnd(b, b_compare_result); Hah. I kinda like the previous way too ;) Greetings, Andres Freund
Commits
-
Fix some grammar and typos in comments and docs
- c6671cdbde93 9.6.20 landed
- b99cbbf5ce51 10.15 landed
- c7f41b2999c3 11.10 landed
- bebad3342004 12.5 landed
- 796885a07133 13.1 landed
- 8a15e735be00 14.0 landed
-
Fix a boatload of typos in C comments.
- 0b11a674fb11 11.0 landed