[<prev] [next>] [day] [month] [year] [list]
Message-ID: <05ebba7a-c1e4-01ae-fc7b-15c081b33f3e@infradead.org>
Date: Fri, 17 Jul 2020 16:37:38 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Lasse Collin <lasse.collin@...aani.org>
Subject: [PATCH] xz: drop duplicated word in <linux/xz.h>
From: Randy Dunlap <rdunlap@...radead.org>
Drop the doubled word "than" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Lasse Collin <lasse.collin@...aani.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
include/linux/xz.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200714.orig/include/linux/xz.h
+++ linux-next-20200714/include/linux/xz.h
@@ -28,7 +28,7 @@
* enum xz_mode - Operation mode
*
* @XZ_SINGLE: Single-call mode. This uses less RAM than
- * than multi-call modes, because the LZMA2
+ * multi-call modes, because the LZMA2
* dictionary doesn't need to be allocated as
* part of the decoder state. All required data
* structures are allocated at initialization,
Powered by blists - more mailing lists