From: Eric Anholt Date: Wed, 15 Jan 2020 00:20:53 +0000 (-0800) Subject: gallium/osmesa: Fix a typo in the unit test's test names. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=655394c6ed2ef15c66ea8234d7ab388901f7e295;p=mesa.git gallium/osmesa: Fix a typo in the unit test's test names. Reviewed-by: Danylo Piliaiev Part-of: --- 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) { second = "float"; break; case GL_UNSIGNED_SHORT_5_6_5: - second = "unisgned_short_565"; + second = "unsigned_short_565"; break; }