Thread: [HACKERS] Fix for grammatical error in code-comment

[HACKERS] Fix for grammatical error in code-comment

From
Emil Iggland
Date:
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.

Regards
Emil

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

Re: [HACKERS] Fix for grammatical error in code-comment

From
Magnus Hagander
Date:
On Wed, Mar 22, 2017 at 2:47 PM, Emil Iggland <emil@iggland.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. 

--