From: Martin Peres Date: Mon, 19 Jan 2015 08:52:05 +0000 (+0200) Subject: mesa: fix a trivial spelling mistake X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a182d233542889ea9e3f8091eaab0a2386f90fc;p=mesa.git mesa: fix a trivial spelling mistake Signed-off-by: Martin Peres Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/main/feedback.c b/src/mesa/main/feedback.c index 9ea0b92f31f..6bc4294f9c7 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. */ }