diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-05 15:31:51 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-07 09:50:37 -0600 |
commit | 4d24feddfff7787dd9271839951326a3710b268f (patch) | |
tree | 0075008686aaaaca15c36eea7b77bc3a4945ac5a /src | |
parent | 3105fd760b8a6fc34438d51d36b65670810626a2 (diff) |
intel: fix typo: s/softare/software/
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_span.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_span.c b/src/mesa/drivers/dri/intel/intel_span.c index 34b78ebc1a..8df4990880 100644 --- a/src/mesa/drivers/dri/intel/intel_span.c +++ b/src/mesa/drivers/dri/intel/intel_span.c @@ -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 |