Skip to content

Commit

Permalink
crypto: doc - fix typo in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Peterson <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
benjaminp authored and herbertx committed Jun 22, 2017
1 parent 0f89b39 commit 8bd1d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/crypto/userspace-if.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ boundary. Non-aligned data can be used as well, but may require more
operations of the kernel which would defeat the speed gains obtained
from the zero-copy interface.

The system-interent limit for the size of one zero-copy operation is 16
The system-inherent limit for the size of one zero-copy operation is 16
pages. If more data is to be sent to AF_ALG, user space must slice the
input into segments with a maximum size of 16 pages.

Expand Down

0 comments on commit 8bd1d40

Please sign in to comment.