From 7879bf37f248077e686d3e59d13f519c5007ad98 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 22 Oct 2016 18:12:40 -0700 Subject: [PATCH] Fix typo in comment --- libraries/gpu-gl/src/gpu/gl/GLTexture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp b/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp index 56737e13d1..90e402f236 100644 --- a/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp +++ b/libraries/gpu-gl/src/gpu/gl/GLTexture.cpp @@ -277,7 +277,7 @@ void GLTexture::postTransfer() { setSyncState(GLSyncState::Idle); ++_transferCount; - // At this point the mip pixels have been loaded, we can notify the g pu texture to abandon it's memory + // At this point the mip pixels have been loaded, we can notify the gpu texture to abandon it's memory switch (_gpuObject.getType()) { case Texture::TEX_2D: for (uint16_t i = 0; i < Sampler::MAX_MIP_LEVEL; ++i) {