[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220725043818.7230-1-wangborong@cdjrlc.com>
Date: Mon, 25 Jul 2022 12:38:18 +0800
From: Jason Wang <wangborong@...rlc.com>
To: phillip@...ashfs.org.uk
Cc: linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] squashfs: Fix comment typo
The double `as' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
fs/squashfs/cache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/squashfs/cache.c b/fs/squashfs/cache.c
index 5062326d0efb..5595797c5178 100644
--- a/fs/squashfs/cache.c
+++ b/fs/squashfs/cache.c
@@ -22,7 +22,7 @@
* It should be noted that the cache is not used for file datablocks, these
* are decompressed and cached in the page-cache in the normal way. The
* cache is only used to temporarily cache fragment and metadata blocks
- * which have been read as as a result of a metadata (i.e. inode or
+ * which have been read as a result of a metadata (i.e. inode or
* directory) or fragment access. Because metadata and fragments are packed
* together into blocks (to gain greater compression) the read of a particular
* piece of metadata or fragment will retrieve other metadata/fragments which
--
2.35.1
Powered by blists - more mailing lists