git: efe985058d5d - stable/13 - Fix a typo in a comment: frame -> framework.
John Baldwin
jhb at FreeBSD.org
Mon Apr 26 19:03:52 UTC 2021
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=efe985058d5d2e6255944aa5863817f91f06d81d
commit efe985058d5d2e6255944aa5863817f91f06d81d
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-26 19:01:37 +0000
Fix a typo in a comment: frame -> framework.
Sponsored by: Chelsio Communications
(cherry picked from commit 86e352c934e5af49866d13a79ddb7c6fbf090cb9)
---
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-branches
mailing list