projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b3a99
)
mesa: Fix typo in error message.
author
Vinson Lee
<vlee@freedesktop.org>
Fri, 28 Sep 2012 05:32:10 +0000
(22:32 -0700)
committer
Vinson Lee
<vlee@freedesktop.org>
Fri, 28 Sep 2012 05:32:10 +0000
(22:32 -0700)
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/main/APIspecutil.py
patch
|
blob
|
history
diff --git
a/src/mesa/main/APIspecutil.py
b/src/mesa/main/APIspecutil.py
index 9e604bb84b3bc11afab80d267c26b5228fbe0536..3c1552809294ddd26240d4bf179c41ebac892d9c 100644
(file)
--- a/
src/mesa/main/APIspecutil.py
+++ b/
src/mesa/main/APIspecutil.py
@@
-189,7
+189,7
@@
def _MaxVecSize(func, param):
need_conv = __aliases[func.name][1]
if need_conv:
print >>sys.stderr, \
- "Error: unable to d
i
cide the max size of %s in %s" % \
+ "Error: unable to d
e
cide the max size of %s in %s" % \
(param.name, func.name)
return size