projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd72866
)
include/linux/compiler-clang.h: drop duplicated word in a comment
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 12 Aug 2020 01:33:57 +0000
(18:33 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:57:59 +0000
(10:57 -0700)
Drop the doubled word "the" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Link:
http://lkml.kernel.org/r/6a18c301-3505-742f-4dd7-0f38d0e537b9@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/compiler-clang.h
patch
|
blob
|
history
diff --git
a/include/linux/compiler-clang.h
b/include/linux/compiler-clang.h
index 8a072d00e688d51549b27b087e49235820f1e9a9..cee0c728d39aabe791eca3a7a2cc447a8d7fb90d 100644
(file)
--- a/
include/linux/compiler-clang.h
+++ b/
include/linux/compiler-clang.h
@@
-40,7
+40,7
@@
#endif
/*
- * Not all versions of clang implement the t
he t
ype-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