From: Randy Dunlap Date: Wed, 12 Aug 2020 01:33:57 +0000 (-0700) Subject: include/linux/compiler-clang.h: drop duplicated word in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5f748e2f2ad970078de11bd6b12bcd81147c636;p=linux.git include/linux/compiler-clang.h: drop duplicated word in a comment Drop the doubled word "the" in a comment. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Reviewed-by: Nathan Chancellor Link: http://lkml.kernel.org/r/6a18c301-3505-742f-4dd7-0f38d0e537b9@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/include/linux/compiler-clang.h b/include/linux/compiler-clang.h index 8a072d00e688d..cee0c728d39aa 100644 --- a/include/linux/compiler-clang.h +++ b/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