Fix for grammatical error in code-comment

From: Emil Iggland <emil(at)iggland(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fix for grammatical error in code-comment
Date: 2017-03-22 13:47:19
Message-ID: a8e99a48-20fc-8f12-3989-354aa4b4133e@iggland.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
grammar_fix.patch text/plain 541 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2017-03-22 13:55:49 Re: perlcritic
Previous Message Mithun Cy 2017-03-22 13:43:24 Re: Possible regression with gather merge.