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;