Fix comment for SSL_get_write_sequence.
Change-Id: Icb119a7cce9a111dcef0eea39f00547ec25de5dc
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/77987
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 04996d2..f017a03 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -4495,7 +4495,7 @@
//
// TODO(crbug.com/42290608): In DTLS, it includes the epoch number in the two
// most significant bytes, but this is deprecated. Use
-// |SSL_get_dtls_read_sequence| instead.
+// |SSL_get_dtls_write_sequence| instead.
OPENSSL_EXPORT uint64_t SSL_get_write_sequence(const SSL *ssl);
// SSL_CTX_set_record_protocol_version returns whether |version| is zero.