diff --git a/src/xenia/gpu/d3d12/pipeline_cache.cc b/src/xenia/gpu/d3d12/pipeline_cache.cc index e35e94bb7..2d2fd8cdc 100644 --- a/src/xenia/gpu/d3d12/pipeline_cache.cc +++ b/src/xenia/gpu/d3d12/pipeline_cache.cc @@ -2598,8 +2598,7 @@ void PipelineCache::CreateDxbcGeometryShader( } a.OpEndIf(); - // Emit the triangle in the strip that consisting of the original - // vertices. + // Emit the triangle in the strip that consists of the original vertices. for (uint32_t i = 0; i < 3; ++i) { dxbc::Index input_vertex_index(0, i); for (uint32_t j = 0; j < key.interpolator_count; ++j) {