mesa: fix a trivial spelling mistake

Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Martin Peres 2015-01-19 10:52:05 +02:00 committed by Kenneth Graunke
parent d74a817b86
commit 7a182d2335
1 changed files with 1 additions and 1 deletions

View File

@ -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. */
}