Hexagon V60/HVX DFA scheduler support
[oota-llvm.git] / utils / wciia.py
old mode 100644 (file)
new mode 100755 (executable)
index c838819..eaa232f
@@ -110,7 +110,7 @@ if not os.path.exists(path):
        
 owners_name = find_owners(path)
 
-# be gramatically correct
+# be grammatically correct
 print "The owner(s) of the (" + path + ") is(are) : " + str(owners_name)
 
 exit(0)