]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
crypto: doc - fix typo in docs
authorBenjamin Peterson <bp@benjamin.pe>
Mon, 19 Jun 2017 06:53:41 +0000 (23:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Jun 2017 08:54:07 +0000 (16:54 +0800)
Signed-off-by: Benjamin Peterson <bp@benjamin.pe>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/crypto/userspace-if.rst

index de5a72e32bc95ddff13ba6c4d84826dc73d2a9da..ff86befa61e0e8ed4988706a046b95ea323e8402 100644 (file)
@@ -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.