#18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
diff --git a/Lib/ctypes/test/test_integers.py b/Lib/ctypes/test/test_integers.py
index 5b6453a..62e4b08 100644
--- a/Lib/ctypes/test/test_integers.py
+++ b/Lib/ctypes/test/test_integers.py
@@ -1,4 +1,4 @@
-# superseeded by test_numbers.py
+# superseded by test_numbers.py
 import unittest
 
 if __name__ == '__main__':