Skip to content

Commit

Permalink
Fixed comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 23, 2009
1 parent 6df0e5f commit b71ef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physfs_platforms.h
Expand Up @@ -26,7 +26,7 @@
#elif (defined OS2)
# define PHYSFS_PLATFORM_OS2
#elif ((defined __MACH__) && (defined __APPLE__))
/* To check if iphone or not, we need to inlcude this file */
/* To check if iphone or not, we need to include this file */
# include <TargetConditionals.h>
# if (defined(TARGET_IPHONE_SIMULATOR) || (defined TARGET_OS_IPHONE))
# define PHYSFS_PLATFORM_UNIX
Expand Down

0 comments on commit b71ef88

Please sign in to comment.