projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121ae8d
)
include/linux/xz.h: drop duplicated word
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 12 Aug 2020 01:34:07 +0000
(18:34 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:57:59 +0000
(10:57 -0700)
Drop the doubled word "than" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Lasse Collin <lasse.collin@tukaani.org>
Link:
http://lkml.kernel.org/r/05ebba7a-c1e4-01ae-fc7b-15c081b33f3e@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/xz.h
patch
|
blob
|
history
diff --git
a/include/linux/xz.h
b/include/linux/xz.h
index 64cffa6ddfce65c1258c1850883a22e7353a7f24..24ad7d8759770aff3e685c312e9b995de7764e12 100644
(file)
--- 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,