Mesa (master): i965: fix typos in comments

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 11 00:30:46 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Mar 10 15:34:07 2009 -0600

i965: fix typos in comments

---

 src/mesa/drivers/dri/i965/brw_context.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index af904ee..bd770d3 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -46,7 +46,7 @@
  *
  * CURBE - constant URB entry.  An urb region (entry) used to hold
  * constant values which the fixed function units can be instructed to
- * preload into the GRF when spawining a thread.
+ * preload into the GRF when spawning a thread.
  *
  * VUE - vertex URB entry.  An urb entry holding a vertex and usually
  * a vertex header.  The header contains control information and
@@ -63,7 +63,7 @@
  * special and may be overwritten.
  *
  * MRF - message register file.  Threads communicate (and terminate)
- * by sending messages.  Message parameters are placed in contigous
+ * by sending messages.  Message parameters are placed in contiguous
  * MRF registers.  All program output is via these messages.  URB
  * entries are populated by sending a message to the shared URB
  * function containing the new data, together with a control word,




More information about the mesa-commit mailing list