From 48c74a1d75e76df91f891184e88cf5b2433b0bd6 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Thu, 12 Sep 2024 10:37:49 -0600 Subject: [PATCH] gmux.py: Fix comment --- .../sys_patch/patchsets/hardware/misc/gmux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/gmux.py b/opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/gmux.py index 12c1958e0..fd1284de4 100644 --- a/opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/gmux.py +++ b/opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/gmux.py @@ -88,7 +88,7 @@ class GraphicsMultiplexer(BaseHardware): def patches(self) -> dict: """ - Patches for Legacy Backlight Control + Patches for Legacy GMUX Controllers """ if self.native_os() is True: return {}