[HACKERS] Fix for grammatical error in code-comment - Mailing list pgsql-hackers

From Emil Iggland
Subject [HACKERS] Fix for grammatical error in code-comment
Date
Msg-id a8e99a48-20fc-8f12-3989-354aa4b4133e@iggland.com
Whole thread Raw
Responses Re: [HACKERS] Fix for grammatical error in code-comment  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Mithun Cy
Date:
Subject: Re: [HACKERS] Possible regression with gather merge.
Next
From: Daniel Gustafsson
Date:
Subject: Re: [HACKERS] perlcritic