| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Emil Iggland <emil(at)iggland(dot)com> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Fix for grammatical error in code-comment |
| Date: | 2017-03-23 09:15:43 |
| Message-ID: | CABUevEx80urWaTA5rTga+SEN_mck8-soxcvg_dh9HeBmZ-mSXA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Mar 22, 2017 at 2:47 PM, Emil Iggland <emil(at)iggland(dot)com> wrote:
> I found a grammatical error in one of the code comments.
>
> The comment is made regarding the run-time of the algorithm, and
> references big-O performance.
> However the comment text uses "effective", instead of the probably more
> correct "efficient".
>
> The original comment reads as though the code would not do its job
> correctly, rather than just not very quickly.
>
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2017-03-23 09:22:43 | Re: createlang/droplang deprecated |
| Previous Message | Erik Rijkers | 2017-03-23 09:13:53 | Re: bug/oversight in TestLib.pm and PostgresNode.pm |