Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246971
| From | Andrey Ryabinin <aryabinin@virtuozzo.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] include/linux/compiler-gcc.h: fix typo in comment |
| Date | 2015-10-14 18:30 +0200 |
| Message-ID | <qjx69-3XF-7@gated-at.bofh.it> (permalink) |
| References | <qjx69-3XF-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
s/Confilcts/Conflicts Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com> Reported-by: Andrew Morton <akpm@linux-foundation.org> --- include/linux/compiler-gcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index f2a9aec..8efb40e 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h @@ -241,7 +241,7 @@ /* * Tell the compiler that address safety instrumentation (KASAN) * should not be applied to that function. - * Confilcts with inlining: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67368 + * Conflicts with inlining: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67368 */ #define __no_sanitize_address __attribute__((no_sanitize_address)) #endif -- 2.4.9 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] include/linux/compiler-gcc.h: fix typo in comment Andrey Ryabinin <aryabinin@virtuozzo.com> - 2015-10-14 18:30 +0200
csiph-web