Index: src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
index ee41df771520c4f290c36bff99b4a12d4b28beac..decc23498c1d8680793392813a5e8907de9b21e5 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; |