Fix typo in a comment

No real changes.
This commit is contained in:
Vadim Zeitlin 2019-08-20 11:10:57 +02:00
parent 13f086b5d0
commit 1d63c8b11d

View File

@ -11,7 +11,7 @@
#define _WX_OSX_PRIVATE_AVAILABLE_H_
// Xcode 9 adds new @available keyword and the corresponding __builtin_available
// builtin which should be used instead of manually checks for API availability
// builtin which should be used instead of manual checks for API availability
// as using this builtin suppresses the compiler -Wunguarded-availability
// warnings, so use it if possible for the implementation of our own macro.
#if defined(__clang__) && __has_builtin(__builtin_available)