2020-07-18 02:58:29

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] clang: linux/compiler-clang.h: drop duplicated word in a comment

From: Randy Dunlap <[email protected]>

Drop the doubled word "the" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: [email protected]
---
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


2020-07-18 03:00:53

by Nathan Chancellor

[permalink] [raw]
Subject: Re: [PATCH] clang: linux/compiler-clang.h: drop duplicated word in a comment

On Fri, Jul 17, 2020 at 07:55:02PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Drop the doubled word "the" in a comment.
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: [email protected]

Reviewed-by: Nathan Chancellor <[email protected]>

> ---
> 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
>