From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759549AbbFBQjn (ORCPT ); Tue, 2 Jun 2015 12:39:43 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:36599 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759311AbbFBQja (ORCPT ); Tue, 2 Jun 2015 12:39:30 -0400 From: Masanari Iida To: linux-kernel@vger.kernel.org, corbet@lwn.net, herbert@gondor.apana.org.au, davem@davemloft.net, rdunlap@infradead.org Cc: Masanari Iida Subject: [PATCH 1/2] Doc:crypto: Fix typo in crypto-API.tmpl Date: Wed, 3 Jun 2015 01:39:20 +0900 Message-Id: <1433263161-24885-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.4.2.339.g77bd3ea Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix some spelling typo found in crypto-API.tmpl Signed-off-by: Masanari Iida --- Documentation/DocBook/crypto-API.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl index 5b05510..9e56773 100644 --- a/Documentation/DocBook/crypto-API.tmpl +++ b/Documentation/DocBook/crypto-API.tmpl @@ -119,7 +119,7 @@ Note: The terms "transformation" and cipher algorithm are used - interchangably. + interchangeably. @@ -1563,7 +1563,7 @@ struct sockaddr_alg sa = { Zero-Copy Interface - 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. -- 2.4.2.339.g77bd3ea