Skip to content

Commit 707576b

Browse files
committed
Fix grammar in comment
Author: Emil Iggland
1 parent 017e4f2 commit 707576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/publicationcmds.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ OpenTableList(List *tables)
525525
myrelid = RelationGetRelid(rel);
526526
/*
527527
* filter out duplicates when user specifies "foo, foo"
528-
* Note that this algorithm is know to not be very effective (O(N^2))
528+
* Note that this algorithm is known to not be very efficient (O(N^2))
529529
* but given that it only works on list of tables given to us by user
530530
* it's deemed acceptable.
531531
*/

0 commit comments

Comments
 (0)