projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d74a817
)
mesa: fix a trivial spelling mistake
author
Martin Peres
<martin.peres@linux.intel.com>
Mon, 19 Jan 2015 08:52:05 +0000
(10:52 +0200)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Mon, 19 Jan 2015 09:23:07 +0000
(
01:23
-0800)
Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/feedback.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/feedback.c
b/src/mesa/main/feedback.c
index 9ea0b92f31fa9532e87e6c4c53393d461d6f46a6..6bc4294f9c7014789b71cbb170a1b86f08d10085 100644
(file)
--- a/
src/mesa/main/feedback.c
+++ b/
src/mesa/main/feedback.c
@@
-89,7
+89,7
@@
_mesa_FeedbackBuffer( GLsizei size, GLenum type, GLfloat *buffer )
ctx->Feedback.Type = type;
ctx->Feedback.BufferSize = size;
ctx->Feedback.Buffer = buffer;
- ctx->Feedback.Count = 0; /* Becau
es
of this. */
+ ctx->Feedback.Count = 0; /* Becau
se
of this. */
}