[mpact][compiler] post-commit reviewer feedback
diff --git a/test/lit.cfg.py b/test/lit.cfg.py
index 3a9297d..a727344 100644
--- a/test/lit.cfg.py
+++ b/test/lit.cfg.py
@@ -51,8 +51,8 @@
 )
 llvm_config.with_system_environment(["HOME", "INCLUDE", "LIB", "TMP", "TEMP"])
 
-# On Windows the path to python could contains spaces in which case it needs to
-# be provided in quotes.  This is the equivalent of how %python is setup in
+# On Windows the path to python could contain spaces in which case it needs to
+# be provided in quotes. This is the equivalent of how %python is setup in
 # llvm/utils/lit/lit/llvm/config.py.
 if "Windows" in config.host_os:
     config.python_executable = '"%s"' % (config.python_executable)