Fix copy & paste error in comment.
diff --git a/Lib/test/test_grp.py b/Lib/test/test_grp.py
index f27ef8c..71c4897 100755
--- a/Lib/test/test_grp.py
+++ b/Lib/test/test_grp.py
@@ -26,7 +26,7 @@
             # The following won't work, because of duplicate entries
             # for one gid
             #    self.assertEqual(grp.getgrgid(e.gr_gid), e)
-            # instead of this collect all entries for one uid
+            # instead of this collect all entries for one gid
             # and check afterwards
             entriesbygid.setdefault(e.gr_gid, []).append(e)