mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
mesa: Fix typo in error message.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
parent
92b3a99ce5
commit
d239cb1ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue