[meta-python] Fix typos;

This commit is contained in:
Benjamin Bouvier
2019-03-11 16:49:27 +01:00
parent 141ccb9e9d
commit 68bda3a42d
3 changed files with 4 additions and 4 deletions

View File

@@ -252,7 +252,7 @@ class Instruction(object):
for opnum in self.value_opnums:
typ = self.ins[opnum].typevar
tv = typ.free_typevar()
# Non-polymorphic or derived form ctrl_typevar is OK.
# Non-polymorphic or derived from ctrl_typevar is OK.
if tv is None or tv is ctrl_typevar:
continue
# No other derived typevars allowed.