From 1fbe3efb791b51ad58fd03966221dadd89096ced Mon Sep 17 00:00:00 2001 From: max Date: Sun, 1 Jan 2023 20:22:17 +0200 Subject: [PATCH] update comment --- src/event_loop/macos.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/event_loop/macos.rs b/src/event_loop/macos.rs index 7d1a6d1f..e2349565 100644 --- a/src/event_loop/macos.rs +++ b/src/event_loop/macos.rs @@ -1,6 +1,4 @@ -//! An event loop implementation for Linux. APIs on Linux are generally thread safe, so the context -//! of a main thread does not exist there. Because of that, this mostly just serves as a way to -//! delegate expensive processing to another thread. +//! An event loop implementation for macOS. use core_foundation::base::kCFAllocatorDefault; use core_foundation::runloop::{