From 5d619a7d5a3c4fbf8d28df5f8d9bba3571652c4b Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sun, 16 Jun 2019 13:08:29 +0200 Subject: [PATCH] bikeshedding: comment wording --- radiant/environment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/environment.cpp b/radiant/environment.cpp index bcb63d44..29a86226 100644 --- a/radiant/environment.cpp +++ b/radiant/environment.cpp @@ -213,7 +213,7 @@ bool portable_app_setup(){ const char* LINK_NAME = #if GDEF_OS_LINUX "/proc/self/exe" -#else // FreeBSD and OSX +#else // FreeBSD and macOS "/proc/curproc/file" #endif ; -- 2.39.2