diff --git a/shell/platform/android/android_context_gl.h b/shell/platform/android/android_context_gl.h index 1b7b5f411a8d3..5c8affdc60ee1 100644 --- a/shell/platform/android/android_context_gl.h +++ b/shell/platform/android/android_context_gl.h @@ -21,7 +21,7 @@ namespace flutter { /// /// /// This can be used in conjuction to unique_ptr to provide better guarantees -/// about the lifespam of the `EGLSurface` object. +/// about the lifespan of the `EGLSurface` object. /// class AndroidEGLSurface { public: