aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2010-08-15 21:37:30 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2010-08-15 21:37:30 +0000
commit0f7e2491924be07f90f994db40d659cc49d2e413 (patch)
tree27d4d8419d773a0dea9daeda083312c525ae84ee /share
parentcd64d3f2f075a73500f4cac516a6111c2d60e3b4 (diff)
downloadsrc-0f7e2491924be07f90f994db40d659cc49d2e413.tar.gz
src-0f7e2491924be07f90f994db40d659cc49d2e413.zip
Fixed a typo.
PR: 148701 Submitted by: Glen Barber <glen.j.barber@gmail.com> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=211356
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/crypto.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index ed2a0cf9a903..ba13254f2f45 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -143,7 +143,7 @@ not
The same holds for the framework.
Thus, a callback mechanism is used
to notify a consumer that a request has been completed (the
-callback is specified by the consumer on an per-request basis).
+callback is specified by the consumer on a per-request basis).
The callback is invoked by the framework whether the request was
successfully completed or not.
An error indication is provided in the latter case.