[LNT] r298973 - Spelling

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 19:43:28 PDT 2017


Author: cmatthews
Date: Tue Mar 28 21:43:28 2017
New Revision: 298973

URL: http://llvm.org/viewvc/llvm-project?rev=298973&view=rev
Log:
Spelling

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

Modified: lnt/trunk/lnt/util/async_ops.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/util/async_ops.py?rev=298973&r1=298972&r2=298973&view=diff
==============================================================================
--- lnt/trunk/lnt/util/async_ops.py (original)
+++ lnt/trunk/lnt/util/async_ops.py Tue Mar 28 21:43:28 2017
@@ -42,7 +42,7 @@ def launch_workers():
         except RuntimeError:
             #  It might be the case that we are not running in the app.
             #  In this case, don't bother memory logging, stdout should
-            #  sufficent for console mode.
+            #  sufficient for console mode.
             pass
 
 




More information about the llvm-commits mailing list