Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 12:36:18 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8e8d2a722e82 - main - crypto(9): Fix a typo in the manual page
Message-ID:  <202204021236.232CaI7a017064@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit 8e8d2a722e82eaaaab7a63704285a23166775904
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:35:55 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 12:35:55 +0000

    crypto(9): Fix a typo in the manual page
    
    - s/faciliate/facilitate/
    
    MFC after:      3 days
---
 share/man/man9/crypto.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index d78daa253945..1a0ead7caa2a 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -49,7 +49,7 @@ Device drivers are responsible for processing requests submitted by
 consumers.
 .Xr crypto_driver 9
 describes the interfaces drivers use to register with the framework,
-helper routines the framework provides to faciliate request processing,
+helper routines the framework provides to facilitate request processing,
 and the interfaces drivers are required to provide.
 .Ss Callbacks
 Since the consumers may not be associated with a process, drivers may



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