From: David Malcolm Date: Thu, 2 Oct 2025 14:44:54 +0000 (-0400) Subject: testsuite: fix typo in comment in gcc.dg/plugin/start_unit_plugin.cc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f076a05a8dac3f11fc2de0a005ef89bc7f79925;p=thirdparty%2Fgcc.git testsuite: fix typo in comment in gcc.dg/plugin/start_unit_plugin.cc gcc/testsuite/ChangeLog: * gcc.dg/plugin/start_unit_plugin.cc: Fix typo in comment. Signed-off-by: David Malcolm --- diff --git a/gcc/testsuite/gcc.dg/plugin/start_unit_plugin.cc b/gcc/testsuite/gcc.dg/plugin/start_unit_plugin.cc index 7b4f40e0e9d..3b3406e5864 100644 --- a/gcc/testsuite/gcc.dg/plugin/start_unit_plugin.cc +++ b/gcc/testsuite/gcc.dg/plugin/start_unit_plugin.cc @@ -2,7 +2,7 @@ * By the time a PLUGIN_START_UNIT callback is invoked, the frontend * initialization should have completed. At least the different *_type_nodes * should have been created. This plugin creates an artificial global - * interger variable. + * integer variable. * */ #include "gcc-plugin.h"