git: 86e352c934e5 - main - Fix a typo in a comment: frame -> framework.
John Baldwin
jhb at FreeBSD.org
Fri Apr 9 23:11:37 UTC 2021
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=86e352c934e5af49866d13a79ddb7c6fbf090cb9
commit 86e352c934e5af49866d13a79ddb7c6fbf090cb9
Author: John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-03-16 22:33:20 +0000
Commit: John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-04-09 23:10:55 +0000
Fix a typo in a comment: frame -> framework.
MFC after: 1 week
Sponsored by: Chelsio Communications
---
sys/opencrypto/cryptodev_if.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/opencrypto/cryptodev_if.m b/sys/opencrypto/cryptodev_if.m
index 1d767be3f4e4..ceb2564b8af5 100644
--- a/sys/opencrypto/cryptodev_if.m
+++ b/sys/opencrypto/cryptodev_if.m
@@ -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
More information about the dev-commits-src-main
mailing list