From: Randy Dunlap <[email protected]>

Drop the doubled word "than" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Lasse Collin <[email protected]>
Cc: Andrew Morton <[email protected]>
---
 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,

Reply via email to