Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4a3aa4d

Browse files
authored
Fixes typo in android_context_gl.h (#19700)
1 parent df23044 commit 4a3aa4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/platform/android/android_context_gl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace flutter {
2121
///
2222
///
2323
/// This can be used in conjuction to unique_ptr to provide better guarantees
24-
/// about the lifespam of the `EGLSurface` object.
24+
/// about the lifespan of the `EGLSurface` object.
2525
///
2626
class AndroidEGLSurface {
2727
public:

0 commit comments

Comments
 (0)