Skip to content

Commit

Permalink
Fix a typo in the comment (flutter#5401)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuqian authored May 29, 2018
1 parent 7e48cfa commit 83a94d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/gpu/gpu_surface_software.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ std::unique_ptr<SurfaceFrame> GPUSurfaceSoftware::AcquireFrame(
}

GrContext* GPUSurfaceSoftware::GetContext() {
// The is no GrContext associated with a software surface.
// There is no GrContext associated with a software surface.
return nullptr;
}

Expand Down

0 comments on commit 83a94d5

Please sign in to comment.