aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-08-11 18:34:07 -0700
committerLinus Torvalds <[email protected]>2020-08-12 10:57:59 -0700
commitf48ff83e9c1a8fc2e8bfedb4855933eb1ed159b2 (patch)
treea0e66e6ed07061e92a41241207a23b01d942d85a
parent121ae8da9cd49f7139bf80f26352337458e63fe1 (diff)
include/linux/xz.h: drop duplicated word
Drop the doubled word "than" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Lasse Collin <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--include/linux/xz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/xz.h b/include/linux/xz.h
index 64cffa6ddfce..24ad7d875977 100644
--- a/include/linux/xz.h
+++ b/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,