From 8f076a05a8dac3f11fc2de0a005ef89bc7f79925 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 2 Oct 2025 10:44:54 -0400 Subject: [PATCH] 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 --- gcc/testsuite/gcc.dg/plugin/start_unit_plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/plugin/start_unit_plugin.cc b/gcc/testsuite/gcc.dg/plugin/start_unit_plugin.cc index 7b4f40e0e9df..3b3406e5864c 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" -- 2.47.3