From 9ffccaa311770ccd57481f0404e8a5a4578ba577 Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Mon, 13 Jan 2020 13:37:49 -0800 Subject: [PATCH] Trivial typo fix to kick tests. (#15557) --- shell/platform/fuchsia/flutter/platform_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/fuchsia/flutter/platform_view.cc b/shell/platform/fuchsia/flutter/platform_view.cc index 3449cb416ab..e73b20e882e 100644 --- a/shell/platform/fuchsia/flutter/platform_view.cc +++ b/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_); }