[Mesa-dev] [PATCH 1/2] mesa: fix a trivial spelling mistake
Martin Peres
martin.peres at linux.intel.com
Mon Jan 19 00:52:05 PST 2015
Signed-off-by: Martin Peres <martin.peres at linux.intel.com>
---
src/mesa/main/feedback.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/main/feedback.c b/src/mesa/main/feedback.c
index 9ea0b92..6bc4294 100644
--- 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; /* Becaues of this. */
+ ctx->Feedback.Count = 0; /* Because of this. */
}
--
2.2.2
More information about the mesa-dev
mailing list