Fix a typo in a comment: frame -> framework.

MFC after:	1 week
Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin 2021-03-16 15:33:20 -07:00
parent 6a06b00a0d
commit 86e352c934

View File

@ -100,7 +100,7 @@ METHOD int newsession {
* @brief Destroy a crypto session object
*
* The crypto framework invokes this method when tearing down a crypto
* session. After this callback returns, the frame will explicitly
* session. After this callback returns, the framework will explicitly
* zero and free the drvier's per-session memory object. If the
* driver requires additional actions to destroy a session, it should
* perform those in this method. If the driver does not require