Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b212f0f authored by Masanari Iida's avatar Masanari Iida Committed by Herbert Xu
Browse files

crypto: doc - Fix typo in crypto-API.tmpl



This patch fix some spelling typo found in crypto-API.tmpl

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarStephan Mueller <smueller@chronox.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a5b151d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@

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

@@ -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.