summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulian <jzinn@users.noreply.github.com>2019-09-25 18:24:01 -0700
committerJay Satiro <raysatiro@yahoo.com>2019-09-27 01:46:49 -0400
commitc7e6b71e5a9b37760ebc3e718f8d2f49478921d0 (patch)
tree941fb0cb22491a5eace6204f26c2c14318391ef6
parente32488f578094a1b338e97f0fadfba0682211e6d (diff)
downloadcurl-c7e6b71e5a9b37760ebc3e718f8d2f49478921d0.tar.gz
vtls: Fix comment typo about macosx-version-min compiler flag
Closes https://github.com/curl/curl/pull/4425
-rw-r--r--lib/vtls/sectransp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/sectransp.c b/lib/vtls/sectransp.c
index 8b8f34ece..4eece89d5 100644
--- a/lib/vtls/sectransp.c
+++ b/lib/vtls/sectransp.c
@@ -79,7 +79,7 @@
/* These macros mean "the following code is present to allow runtime backward
compatibility with at least this cat or earlier":
(You set this at build-time using the compiler command line option
- "-mmacos-version-min.") */
+ "-mmacosx-version-min.") */
#define CURL_SUPPORT_MAC_10_5 MAC_OS_X_VERSION_MIN_REQUIRED <= 1050
#define CURL_SUPPORT_MAC_10_6 MAC_OS_X_VERSION_MIN_REQUIRED <= 1060
#define CURL_SUPPORT_MAC_10_7 MAC_OS_X_VERSION_MIN_REQUIRED <= 1070