Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 23:11:37 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 86e352c934e5 - main - Fix a typo in a comment: frame -> framework.
Message-ID:  <202104092311.139NBb1a071130@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=86e352c934e5af49866d13a79ddb7c6fbf090cb9

commit 86e352c934e5af49866d13a79ddb7c6fbf090cb9
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-03-16 22:33:20 +0000
Commit:     John Baldwin <jhb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104092311.139NBb1a071130>