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

Commit 5328129

Browse files
committed
Fix typos.
1 parent 182aece commit 5328129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/embedder/embedder.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ FlutterResult FlutterEngineRun(size_t version,
362362
return std::make_unique<shell::Rasterizer>(shell.GetTaskRunners());
363363
};
364364

365-
// TODO(chinmaygarde): This is the wrong spot for this. It belong in the
365+
// TODO(chinmaygarde): This is the wrong spot for this. It belongs in the
366366
// platform view jump table.
367367
shell::EmbedderExternalTextureGL::ExternalTextureCallback
368368
external_texture_callback;
@@ -399,7 +399,7 @@ FlutterResult FlutterEngineRun(size_t version,
399399
);
400400

401401
if (!image) {
402-
// In case Skia reject the image, call the release proc so that
402+
// In case Skia rejects the image, call the release proc so that
403403
// embedders can perform collection of intermediates.
404404
if (release_proc) {
405405
release_proc(texture.user_data);

0 commit comments

Comments
 (0)