aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorAndreas Boll <[email protected]>2015-12-09 17:12:45 +0100
committerAndreas Boll <[email protected]>2015-12-09 18:29:18 +0100
commit9246df2280bac3aca710fb0bf04659b586755373 (patch)
treeb6f8225a0153e17b2d9d3994a84d76de81871e09 /src/gallium/state_trackers
parent7af9930ab4c8af766e7e851cd65704671ee9dca0 (diff)
st/osmesa: Fix a typo in a comment
s/suport/support/ Signed-off-by: Andreas Boll <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r--src/gallium/state_trackers/osmesa/osmesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/osmesa/osmesa.c b/src/gallium/state_trackers/osmesa/osmesa.c
index 0285cb0dac2..0f27ba87f8a 100644
--- a/src/gallium/state_trackers/osmesa/osmesa.c
+++ b/src/gallium/state_trackers/osmesa/osmesa.c
@@ -32,7 +32,7 @@
* may be set to "softpipe" or "llvmpipe" to override.
*
* With softpipe we could render directly into the user's buffer by using a
- * display target resource. However, softpipe doesn't suport "upside-down"
+ * display target resource. However, softpipe doesn't support "upside-down"
* rendering which would be needed for the OSMESA_Y_UP=TRUE case.
*
* With llvmpipe we could only render directly into the user's buffer when its