aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Game/Code/Classes/UPlatform.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UPlatform.pas b/Game/Code/Classes/UPlatform.pas
index f75e5858..5d197937 100644
--- a/Game/Code/Classes/UPlatform.pas
+++ b/Game/Code/Classes/UPlatform.pas
@@ -3,7 +3,7 @@ unit UPlatform;
// Comment by Eddie:
// This unit defines an interface for platform specific utility functions.
// The Interface is implemented in separate files for each platform:
-// UPlatformWindows, UPlatformLinux and UPlatformWindows.
+// UPlatformWindows, UPlatformLinux and UPlatformMacOSX.
interface