spelling correction

spelling correction
This commit is contained in:
mrliuzy 2017-07-19 15:40:02 +08:00 committed by GitHub
parent 041842bf08
commit 56325ab268
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// Apple's defines from TargetConditionals.h are a bit weird. // Apple's defines from TargetConditionals.h are a bit weird.
// Seems like TARGET_OS_MAC is always defined (on all platforms). // Seems like TARGET_OS_MAC is always defined (on all platforms).
// To determine if we are running on OSX, we can only relly on TARGET_OS_IPHONE=0 and all the other platforms // To determine if we are running on OSX, we can only rely on TARGET_OS_IPHONE=0 and all the other platforms
#if !TARGET_OS_IPHONE && !TARGET_OS_IOS && !TARGET_OS_TV && !TARGET_OS_WATCH #if !TARGET_OS_IPHONE && !TARGET_OS_IOS && !TARGET_OS_TV && !TARGET_OS_WATCH
#define SD_MAC 1 #define SD_MAC 1
#else #else