aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/iOS
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/iOS')
-rw-r--r--src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
index ee41df7715..decc23498c 100644
--- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
+++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
@@ -147,7 +147,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
#if GL_EXT_debug_marker
functions->fInsertEventMarker = glInsertEventMarkerEXT;
functions->fPushGroupMarker = glPushGroupMarkerEXT;
- functions->fPopGroupMarker = glPopGropuMarkerEXT;
+ functions->fPopGroupMarker = glPopGroupMarkerEXT;
#endif
interface->fStandard = kGLES_GrGLStandard;