From 4e260ba3dcfd1ce9d7e64d0bf74014dd93e61222 Mon Sep 17 00:00:00 2001 From: LaiJF Date: Tue, 7 Jun 2022 03:07:13 +0800 Subject: [PATCH] Fix typo (#5648) --- filament/backend/src/metal/MetalHandles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filament/backend/src/metal/MetalHandles.h b/filament/backend/src/metal/MetalHandles.h index 52f04266f4..5da7d952dc 100644 --- a/filament/backend/src/metal/MetalHandles.h +++ b/filament/backend/src/metal/MetalHandles.h @@ -102,7 +102,7 @@ private: // These two fields store a callback and user data to notify the client that a frame is ready // for presentation. // If frameScheduledCallback is nullptr, then the Metal backend automatically calls - // presentDrawable when the frame is commited. + // presentDrawable when the frame is committed. // Otherwise, the Metal backend will not automatically present the frame. Instead, clients bear // the responsibility of presenting the frame by calling the PresentCallable object. FrameScheduledCallback frameScheduledCallback = nullptr;