Remove wrongly repeated words in comments
[mesa.git] / src / compiler / spirv / spirv_to_nir.c
index f1bbfd511ff11888484f2047ab1f21b56e358214..85f53a0fdc854be5ac4d72544d0922dadac9b850 100644 (file)
@@ -2458,7 +2458,7 @@ vtn_handle_execution_mode(struct vtn_builder *b, struct vtn_value *entry_point,
       b->shader->info.cs.local_size[2] = mode->literals[2];
       break;
    case SpvExecutionModeLocalSizeHint:
-      break; /* Nothing do do with this */
+      break; /* Nothing to do with this */
 
    case SpvExecutionModeOutputVertices:
       assert(b->shader->stage == MESA_SHADER_GEOMETRY);