[llvm-commits] [LNT] r168247 - /lnt/trunk/lnt/tests/nt.py

Michael Gottesman mgottesman at apple.com
Fri Nov 16 19:11:31 PST 2012


Author: mgottesman
Date: Fri Nov 16 21:11:30 2012
New Revision: 168247

URL: http://llvm.org/viewvc/llvm-project?rev=168247&view=rev
Log:
Fixed comment typo.

Modified:
    lnt/trunk/lnt/tests/nt.py

Modified: lnt/trunk/lnt/tests/nt.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/nt.py?rev=168247&r1=168246&r2=168247&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/nt.py (original)
+++ lnt/trunk/lnt/tests/nt.py Fri Nov 16 21:11:30 2012
@@ -576,7 +576,7 @@
     else:
         warning("unable to infer ARCH, some tests may not run correctly!")
 
-    # Add in any additional make flags passed in via --make-params.
+    # Add in any additional make flags passed in via --make-param.
     for entry in opts.make_parameters:
         if '=' not in entry:
             name,value = entry,''





More information about the llvm-commits mailing list