Skip to content

Commit

Permalink
crypto: doc - Fix typo in crypto-API.tmpl
Browse files Browse the repository at this point in the history
This patch fix some spelling typo found in crypto-API.tmpl

Signed-off-by: Masanari Iida <[email protected]>
Acked-by: Stephan Mueller <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
standby24x7 authored and herbertx committed Jun 4, 2015
1 parent a5b151d commit 6b212f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/DocBook/crypto-API.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

<para>
Note: The terms "transformation" and cipher algorithm are used
interchangably.
interchangeably.
</para>
</sect1>

Expand Down Expand Up @@ -1563,7 +1563,7 @@ struct sockaddr_alg sa = {

<sect1><title>Zero-Copy Interface</title>
<para>
In addition to the send/write/read/recv system call familty, the AF_ALG
In addition to the send/write/read/recv system call family, the AF_ALG
interface can be accessed with the zero-copy interface of splice/vmsplice.
As the name indicates, the kernel tries to avoid a copy operation into
kernel space.
Expand Down

0 comments on commit 6b212f0

Please sign in to comment.