Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Masanari Iida and committed by
Herbert Xu
6b212f0f a5b151d1

+2 -2
+2 -2
Documentation/DocBook/crypto-API.tmpl
··· 119 119 120 120 <para> 121 121 Note: The terms "transformation" and cipher algorithm are used 122 - interchangably. 122 + interchangeably. 123 123 </para> 124 124 </sect1> 125 125 ··· 1563 1563 1564 1564 <sect1><title>Zero-Copy Interface</title> 1565 1565 <para> 1566 - In addition to the send/write/read/recv system call familty, the AF_ALG 1566 + In addition to the send/write/read/recv system call family, the AF_ALG 1567 1567 interface can be accessed with the zero-copy interface of splice/vmsplice. 1568 1568 As the name indicates, the kernel tries to avoid a copy operation into 1569 1569 kernel space.