]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
bikeshedding: comment wording
authorThomas Debesse <dev@illwieckz.net>
Sun, 16 Jun 2019 11:08:29 +0000 (13:08 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sun, 16 Jun 2019 13:22:23 +0000 (15:22 +0200)
radiant/environment.cpp

index bcb63d4400e249418705706eb9e6f454004ebf09..29a86226af3f4e211b7417d9a69b0c0ffc80e5e3 100644 (file)
@@ -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
 ;