Browse Source

addressed review comment

Hideki Miyazaki 2 years ago
parent
commit
9bc159a5ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tls13.c

+ 1 - 1
src/tls13.c

@@ -9650,7 +9650,7 @@ int wolfSSL_set_max_early_data(WOLFSSL* ssl, unsigned int sz)
 #endif
 }
 
-/* Sets the maximum amount of early data that can be seen by server when using
+/* Gets the maximum amount of early data that can be seen by server when using
  * session tickets for resumption.
  * A value of zero indicates no early data is to be sent by client using session
  * tickets.