From ce59980af5ba0a673da38b2ff9efe89554cf373b Mon Sep 17 00:00:00 2001 From: naman_modi <38180263+naman-modi@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:34:07 +0530 Subject: [PATCH] corrected a spell mistake --- scripts/gcc-plugins/randomize_layout_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gcc-plugins/randomize_layout_plugin.c b/scripts/gcc-plugins/randomize_layout_plugin.c index bd29e4e7a5241b..2011137545bc39 100644 --- a/scripts/gcc-plugins/randomize_layout_plugin.c +++ b/scripts/gcc-plugins/randomize_layout_plugin.c @@ -776,7 +776,7 @@ static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_n return false; } default: - INFORM(gimple_location(stmt), "unhandled cast comparison: %qT\n", type_tree); + INFORM(gimple_location(stmt), "unhandled cast/type comparison: %qT\n", type_tree); debug_tree(type_tree); return false; }