Fix doc typo.
authorAndreas Seltenreich <andreas+git@gate450.dyndns.org>
Mon, 15 Oct 2012 09:43:58 +0000 (11:43 +0200)
committerAndreas Seltenreich <andreas+git@gate450.dyndns.org>
Mon, 15 Oct 2012 09:43:58 +0000 (11:43 +0200)
scripts/ir_spec.py

index d4b18ce..5ee504c 100755 (executable)
@@ -686,7 +686,7 @@ class Load:
 
 @op
 class Minus(Unop):
-       """returns the difference between its operands"""
+       """returns the additive inverse of its operand"""
        flags = []
 
 @op