Fix typo in documentation of mbedtls_ssl_set_datagram_packing()
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index e7f7ea4..da4b688 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -1838,7 +1838,7 @@
  *                 or flight retransmission (if no buffering is used) as
  *                 means to deal with reordering are needed less frequently.
  *
- * \note           Application datagrams are not affected by this option and
+ * \note           Application records are not affected by this option and
  *                 are currently always sent in separate datagrams.
  *
  */