intel: fix typo: s/softare/software/
authorBrian Paul <brianp@vmware.com>
Wed, 5 Aug 2009 21:31:51 +0000 (15:31 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 7 Aug 2009 15:50:37 +0000 (09:50 -0600)
src/mesa/drivers/dri/intel/intel_span.c

index 34b78eb..8df4990 100644 (file)
@@ -501,7 +501,7 @@ intel_map_unmap_buffers(struct intel_context *intel, GLboolean map)
 
 
 /**
- * Prepare for softare rendering.  Map current read/draw framebuffers'
+ * Prepare for software rendering.  Map current read/draw framebuffers'
  * renderbuffes and all currently bound texture objects.
  *
  * Old note: Moved locking out to get reasonable span performance.
@@ -526,7 +526,7 @@ intelSpanRenderStart(GLcontext * ctx)
 }
 
 /**
- * Called when done softare rendering.  Unmap the buffers we mapped in
+ * Called when done software rendering.  Unmap the buffers we mapped in
  * the above function.
  */
 void