Skip to content

Commit 684baa1

Browse files
authored
typo: XCode -> Xcode (#1129)
1 parent 6cde31c commit 684baa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simde/simde-detect-clang.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# define SIMDE_DETECT_CLANG_VERSION 90000
7979
# elif __has_warning("-Wextra-semi-stmt") || __has_builtin(__builtin_rotateleft32)
8080
# define SIMDE_DETECT_CLANG_VERSION 80000
81-
// For reasons unknown, XCode 10.3 (Apple LLVM version 10.0.1) is apparently
81+
// For reasons unknown, Xcode 10.3 (Apple LLVM version 10.0.1) is apparently
8282
// based on Clang 7, but does not support the warning we test.
8383
// See https://en.wikipedia.org/wiki/Xcode#Toolchain_versions and
8484
// https://trac.macports.org/wiki/XcodeVersionInfo.

0 commit comments

Comments
 (0)