From 83c2926edf6599440b96e2fbf1d16b32f1b2959c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 10 Mar 2024 22:54:45 +0900 Subject: [PATCH] Update null_monitor.c comment minor fix --- src/null_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/null_monitor.c b/src/null_monitor.c index a9b528f0..fa769efa 100644 --- a/src/null_monitor.c +++ b/src/null_monitor.c @@ -31,7 +31,7 @@ #include #include -// The the sole (fake) video mode of our (sole) fake monitor +// The sole (fake) video mode of our (sole) fake monitor // static GLFWvidmode getVideoMode(void) {