[LNT] r198460 - Fixup comment.

Chris Matthews cmatthews5 at apple.com
Fri Jan 3 15:24:04 PST 2014


Author: cmatthews
Date: Fri Jan  3 17:24:03 2014
New Revision: 198460

URL: http://llvm.org/viewvc/llvm-project?rev=198460&view=rev
Log:
Fixup comment.

Modified:
    lnt/trunk/lnt/util/ImportData.py

Modified: lnt/trunk/lnt/util/ImportData.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/util/ImportData.py?rev=198460&r1=198459&r2=198460&view=diff
==============================================================================
--- lnt/trunk/lnt/util/ImportData.py (original)
+++ lnt/trunk/lnt/util/ImportData.py Fri Jan  3 17:24:03 2014
@@ -87,7 +87,7 @@ def import_and_report(config, db_name, d
         # Record the original run this is a duplicate of.
         result['original_run'] = run.id
     else:
-        # Record the new run.id
+        # Record the new run.id.
         result['runid'] = run.id
 
     reportStartTime = time.time()





More information about the llvm-commits mailing list