diff --git a/engine/src/flutter/shell/platform/fuchsia/flutter/platform_view.cc b/engine/src/flutter/shell/platform/fuchsia/flutter/platform_view.cc index 3449cb416ab..e73b20e882e 100644 --- a/engine/src/flutter/shell/platform/fuchsia/flutter/platform_view.cc +++ b/engine/src/flutter/shell/platform/fuchsia/flutter/platform_view.cc @@ -567,7 +567,7 @@ std::unique_ptr PlatformView::CreateVSyncWaiter() { // |flutter::PlatformView| std::unique_ptr PlatformView::CreateRenderingSurface() { // This platform does not repeatly lose and gain a surface connection. So the - // surface is setup once during platform view setup and and returned to the + // surface is setup once during platform view setup and returned to the // shell on the initial (and only) |NotifyCreated| call. return std::move(surface_); }