Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 19:03:51 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: efe985058d5d - stable/13 - Fix a typo in a comment: frame -> framework.
Message-ID:  <202104261903.13QJ3pPo080036@gitrepo.freebsd.org>

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

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

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



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