All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clang: linux/compiler-clang.h: drop duplicated word in a comment
@ 2020-07-18  2:55 Randy Dunlap
  2020-07-18  2:58 ` Nathan Chancellor
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-07-18  2:55 UTC (permalink / raw)
  To: LKML, Andrew Morton, clang-built-linux

From: Randy Dunlap <rdunlap@infradead.org>

Drop the doubled word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: clang-built-linux@googlegroups.com
---
 include/linux/compiler-clang.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/compiler-clang.h
+++ linux-next-20200714/include/linux/compiler-clang.h
@@ -40,7 +40,7 @@
 #endif
 
 /*
- * Not all versions of clang implement the the type-generic versions
+ * Not all versions of clang implement the type-generic versions
  * of the builtin overflow checkers. Fortunately, clang implements
  * __has_builtin allowing us to avoid awkward version
  * checks. Unfortunately, we don't know which version of gcc clang


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-18  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-18  2:55 [PATCH] clang: linux/compiler-clang.h: drop duplicated word in a comment Randy Dunlap
2020-07-18  2:58 ` Nathan Chancellor

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.