The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=86e352c934e5af49866d13a79ddb7c6fbf090cb9
commit 86e352c934e5af49866d13a79ddb7c6fbf090cb9 Author: John Baldwin <j...@freebsd.org> AuthorDate: 2021-03-16 22:33:20 +0000 Commit: John Baldwin <j...@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 _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"