Mesa (master): intel: Fix typo in intel_offset_S8 comments

Chad Versace chadversary at kemper.freedesktop.org
Wed Jun 15 22:51:43 UTC 2011


Module: Mesa
Branch: master
Commit: 8875dd58719b978283e89acf04422a4eaf9b021d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8875dd58719b978283e89acf04422a4eaf9b021d

Author: Chad Versace <chad at chad-versace.us>
Date:   Tue Jun 14 12:56:49 2011 -0700

intel: Fix typo in intel_offset_S8 comments

Signed-off-by: Chad Versace <chad at chad-versace.us>

---

 src/mesa/drivers/dri/intel/intel_span.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_span.c b/src/mesa/drivers/dri/intel/intel_span.c
index 9343f40..fdf687a 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
  *     ...  | ...   | ...




More information about the mesa-commit mailing list