[llvm] 1217ea5 - [NFC] Fix spelling
    Johannes Doerfert via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb 11 14:44:38 PST 2020
    
    
  
Author: Johannes Doerfert
Date: 2020-02-11T16:44:04-06:00
New Revision: 1217ea502edb4884c2438692bfcad1dde6e14bf9
URL: https://github.com/llvm/llvm-project/commit/1217ea502edb4884c2438692bfcad1dde6e14bf9
DIFF: https://github.com/llvm/llvm-project/commit/1217ea502edb4884c2438692bfcad1dde6e14bf9.diff
LOG: [NFC] Fix spelling
Added: 
    
Modified: 
    llvm/utils/update_test_checks.py
Removed: 
    
################################################################################
diff  --git a/llvm/utils/update_test_checks.py b/llvm/utils/update_test_checks.py
index a54cbbb40ba8..f6fee1437f5d 100755
--- a/llvm/utils/update_test_checks.py
+++ b/llvm/utils/update_test_checks.py
@@ -69,7 +69,7 @@ def main():
   parser.add_argument('--enable', action='store_true', dest='enabled', default=True,
                       help='Activate CHECK line generation from this point forward')
   parser.add_argument('--disable', action='store_false', dest='enabled',
-                      help='Deativate CHECK line generation from this point forward')
+                      help='Deactivate CHECK line generation from this point forward')
   parser.add_argument('tests', nargs='+')
   args = common.parse_commandline_args(parser)
 
        
    
    
More information about the llvm-commits
mailing list