[TableGen] Move determination of IsIsolatedToken into the tokenizer instead of trying...
[oota-llvm.git] / utils / wciia.py
index c838819ebe4fb0ba13b479067fb28cdd31fb0f5f..eaa232f84af956123769219e86af8be0d1f4e67d 100755 (executable)
@@ -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)