All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xz: drop duplicated word in <linux/xz.h>
@ 2020-07-17 23:37 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2020-07-17 23:37 UTC (permalink / raw)
  To: LKML, Andrew Morton, Lasse Collin

From: Randy Dunlap <rdunlap@infradead.org>

Drop the doubled word "than" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Lasse Collin <lasse.collin@tukaani.org>
Cc: Andrew Morton <akpm@linux-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,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-17 23:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 23:37 [PATCH] xz: drop duplicated word in <linux/xz.h> Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.