aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa/test-render.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/osmesa/test-render.cpp')
-rw-r--r--src/gallium/targets/osmesa/test-render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/osmesa/test-render.cpp b/src/gallium/targets/osmesa/test-render.cpp
index ab11f665f10..feff9f420c6 100644
--- a/src/gallium/targets/osmesa/test-render.cpp
+++ b/src/gallium/targets/osmesa/test-render.cpp
@@ -46,7 +46,7 @@ name_params(const testing::TestParamInfo<Params> params) {
second = "float";
break;
case GL_UNSIGNED_SHORT_5_6_5:
- second = "unisgned_short_565";
+ second = "unsigned_short_565";
break;
}