Fix typos. (#2413)

This commit is contained in:
Bruce Mitchener
2019-03-09 10:10:17 +01:00
committed by omar
parent 17c567c3a9
commit b5d57a6615
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ void ImGui_ImplMetal_DestroyDeviceObjects()
- (_Nullable id<MTLRenderPipelineState>)renderPipelineStateForFrameAndDevice:(id<MTLDevice>)device
{
// Try to retrieve a render pipeline state that is compatible with the framebuffer config for this frame
// Thie hit rate for this cache should be very near 100%.
// The hit rate for this cache should be very near 100%.
id<MTLRenderPipelineState> renderPipelineState = self.renderPipelineStateCache[self.framebufferDescriptor];
if (renderPipelineState == nil)