Typo fixes in comments.
diff --git a/tests/basics/int-small.py b/tests/basics/int-small.py
index be338c4..53902c7 100644
--- a/tests/basics/int-small.py
+++ b/tests/basics/int-small.py
@@ -1,4 +1,4 @@
-# This test small int range for 32-bit machine
+# This tests small int range for 32-bit machine
 
 a = 0x3fffff
 print(a)