Hexagon V60/HVX DFA scheduler support
[oota-llvm.git] / utils / wciia.py
old mode 100644 (file)
new mode 100755 (executable)
index d1a96f4..eaa232f
@@ -1,4 +1,4 @@
-#! python
+#!/usr/bin/env python
 
 """
 wciia - Whose Code Is It Anyway
@@ -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)