Fix comment.
diff --git a/Lib/test/test_mutants.py b/Lib/test/test_mutants.py
index f981fe6..88a3a02 100644
--- a/Lib/test/test_mutants.py
+++ b/Lib/test/test_mutants.py
@@ -154,7 +154,7 @@
 test(100)
 
 ##########################################################################
-# Another segfault bug, distilled by Micheal Hundson from a c.l.py post.
+# Another segfault bug, distilled by Michael Hudson from a c.l.py post.
 
 class Child:
     def __init__(self, parent):