[zorg] r176587 - Fixed typo in comment. No functionality change.

Michael Gottesman mgottesman at apple.com
Wed Mar 6 14:27:43 PST 2013


Author: mgottesman
Date: Wed Mar  6 16:27:43 2013
New Revision: 176587

URL: http://llvm.org/viewvc/llvm-project?rev=176587&view=rev
Log:
Fixed typo in comment. No functionality change.

Modified:
    zorg/trunk/buildbot/llvmlab/master/config/schedulers.py

Modified: zorg/trunk/buildbot/llvmlab/master/config/schedulers.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/config/schedulers.py?rev=176587&r1=176586&r2=176587&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/schedulers.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/schedulers.py Wed Mar  6 16:27:43 2013
@@ -68,7 +68,7 @@ def get_schedulers():
 
     # The VC scheduler initiates the first phase.
     # Each phase, in turn, triggers the next phase,
-    # until the fianl phase
+    # until the final phase.
 
     for phase in phases:
         my_filter = ChangeFilter(filter_fn=_tracked_projects)





More information about the llvm-commits mailing list