From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyler Hicks Subject: Re: [PATCH] fs: ecryptfs: comment typo fix Date: Fri, 24 Mar 2023 17:32:11 -0500 Message-ID: References: Mime-Version: 1.0 Return-path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232422AbjCXWeJ (ORCPT ); Fri, 24 Mar 2023 18:34:09 -0400 Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Zipeng Zhang Cc: herbert@gondor.apana.org.au, ecryptfs@vger.kernel.org, linux-kernel@vger.kernel.org On 2023-03-20 10:04:28, Zipeng Zhang wrote: > Comment typo fix "vitual" -> "virtual". > > Signed-off-by: Zipeng Zhang Thanks. I've pushed this to the eCryptfs next branch. Tyler > --- > fs/ecryptfs/crypto.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c > index c16f0d660cb7..faa901cde636 100644 > --- a/fs/ecryptfs/crypto.c > +++ b/fs/ecryptfs/crypto.c > @@ -1289,7 +1289,7 @@ static int ecryptfs_read_headers_virt(char *page_virt, > > /** > * ecryptfs_read_xattr_region > - * @page_virt: The vitual address into which to read the xattr data > + * @page_virt: The virtual address into which to read the xattr data > * @ecryptfs_inode: The eCryptfs inode > * > * Attempts to read the crypto metadata from the extended attribute > -- > 2.39.2 > >