Index: tools/nocompile_driver.py |
diff --git a/tools/nocompile_driver.py b/tools/nocompile_driver.py |
index b144c900ad0ff43f7f52bea741d2fc263c96bdac..1c48c4ba54570e45f887298ee9e4673315687b4d 100755 |
--- a/tools/nocompile_driver.py |
+++ b/tools/nocompile_driver.py |
@@ -121,7 +121,7 @@ def ParseExpectation(expectation_string): |
def ExtractTestConfigs(sourcefile_path, suite_name): |
- """Parses the soruce file for test configurations. |
+ """Parses the source file for test configurations. |
Each no-compile test in the file is separated by an ifdef macro. We scan |
the source file with the NCTEST_CONFIG_RE to find all ifdefs that look like |