Update Common/MVKOSExtensions.h

Co-authored-by: Chip Davis <cdavis5x@gmail.com>
This commit is contained in:
Bill Hollings 2023-09-07 09:33:40 -04:00 committed by GitHub
parent 7fe4963985
commit 6c6139ca92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ static inline bool mvkOSVersionIsAtLeast(MVKOSVersion minVer) { return mvkOSVers
/**
* Returns whether the operating system version is at least the appropriate min version.
* The constant kMVKOSVersionUnsupported can be used for any of the values to cause the test
* to always fail on that OS, which is useful for indidicating that functionalty guarded by
* to always fail on that OS, which is useful for indicating that functionalty guarded by
* this test is not supported on that OS.
*/
static inline bool mvkOSVersionIsAtLeast(MVKOSVersion macOSMinVer,