[PATCH] xz: drop duplicated word in <linux/xz.h>

From: Randy Dunlap
Date: Fri Jul 17 2020 - 19:37:48 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Drop the doubled word "than" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Lasse Collin <lasse.collin@xxxxxxxxxxx>
Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---
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,