aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UPlatform.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-15 19:21:58 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-15 19:21:58 +0000
commit2deedc482d16a96bcc89dbe06d26215d26ed9644 (patch)
treeea4d588440beeb08c8f99e191b932e7c7bdba615 /Game/Code/Classes/UPlatform.pas
parentce4b2cba82398577edf04cce8abccf95bd93ea32 (diff)
downloadusdx-2deedc482d16a96bcc89dbe06d26215d26ed9644.tar.gz
usdx-2deedc482d16a96bcc89dbe06d26215d26ed9644.tar.xz
usdx-2deedc482d16a96bcc89dbe06d26215d26ed9644.zip
Typo in comment corrected
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1268 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UPlatform.pas')
-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