Fix typo in comment for SSL_MODE_SEND_FALLBACK_SCSV.
Comment-only change. No semantic effect.
Change-Id: I72fe8a277eb65297edd26e590471f4cafd974e4a
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 138f525..7e086c1 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -559,7 +559,7 @@
* session resumption is used for a given SSL*. */
#define SSL_MODE_NO_SESSION_CREATION 0x00000200L
-/* SSL_MODE_SEND_SERVERHELLO_TIME sends TLS_FALLBACK_SCSV in the ClientHello.
+/* SSL_MODE_SEND_FALLBACK_SCSV sends TLS_FALLBACK_SCSV in the ClientHello.
* To be set only by applications that reconnect with a downgraded protocol
* version; see https://tools.ietf.org/html/draft-ietf-tls-downgrade-scsv-05
* for details.