From: Chad Versace Date: Tue, 14 Jun 2011 19:56:49 +0000 (-0700) Subject: intel: Fix typo in intel_offset_S8 comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8875dd58719b978283e89acf04422a4eaf9b021d;p=mesa.git intel: Fix typo in intel_offset_S8 comments Signed-off-by: Chad Versace --- diff --git a/src/mesa/drivers/dri/intel/intel_span.c b/src/mesa/drivers/dri/intel/intel_span.c index 9343f40eef0..fdf687a04a6 100644 --- a/src/mesa/drivers/dri/intel/intel_span.c +++ b/src/mesa/drivers/dri/intel/intel_span.c @@ -148,7 +148,7 @@ intel_set_span_functions(struct intel_context *intel, * x | y | byte offset * -------------------------- * 0 | 0 | 0 - * 0 | 0 | 1 + * 0 | 1 | 1 * 1 | 0 | 2 * 1 | 1 | 3 * ... | ... | ...