mesa: Fix typo in error message.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
Vinson Lee 2012-09-27 22:32:10 -07:00
parent 92b3a99ce5
commit d239cb1ccf

View file

@ -189,7 +189,7 @@ def _MaxVecSize(func, param):
need_conv = __aliases[func.name][1]
if need_conv:
print >>sys.stderr, \
"Error: unable to dicide the max size of %s in %s" % \
"Error: unable to decide the max size of %s in %s" % \
(param.name, func.name)
return size