From 01af666696bae86457d02f4318de3b3c7e709b47 Mon Sep 17 00:00:00 2001 From: ruevs Date: Sun, 10 May 2020 14:35:21 +0300 Subject: [PATCH] Fix typo. NFC. --- src/platform/platform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/platform.cpp b/src/platform/platform.cpp index 308c3fb3..974cce62 100644 --- a/src/platform/platform.cpp +++ b/src/platform/platform.cpp @@ -634,7 +634,7 @@ std::vector InitCli(int argc, char **argv) { #endif //----------------------------------------------------------------------------- -// Debug output, on *nix. +// Debug output, on Windows. //----------------------------------------------------------------------------- #if defined(WIN32)