From mboxrd@z Thu Jan 1 00:00:00 1970 From: Terence Eden Subject: [PATCH] crypto: Fix a typo in ahash.c Date: Mon, 17 Nov 2014 18:52:40 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: davem@davemloft.net, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org, clabbe.montjoie@gmail.com To: Herbert Xu Return-path: Received: from mail-la0-f47.google.com ([209.85.215.47]:53689 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751547AbaKQSxC (ORCPT ); Mon, 17 Nov 2014 13:53:02 -0500 Sender: linux-crypto-owner@vger.kernel.org List-ID: From: Terence Eden "its" == "something belong to it". "it's" == "it is", "it has", "it was", etc. Sorry - just bugged me as I was reading the code. (Resubmitting - hopefully correctly!) Signed-off-by: Terence Eden --- crypto/ahash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ahash.c b/crypto/ahash.c index f6a36a5..ffbcda3 100644 --- a/crypto/ahash.c +++ b/crypto/ahash.c @@ -271,7 +271,7 @@ static int ahash_save_req(struct ahash_request *req, crypto_completion_t cplt) /* * WARNING: We do not backup req->priv here! The req->priv * is for internal use of the Crypto API and the - * user must _NOT_ _EVER_ depend on it's content! + * user must _NOT_ _EVER_ depend on its content! */ req->result = PTR_ALIGN((u8 *)priv->ubuf, alignmask + 1); -- 1.9.1