https://gcc.gnu.org/g:8f076a05a8dac3f11fc2de0a005ef89bc7f79925

commit r16-4189-g8f076a05a8dac3f11fc2de0a005ef89bc7f79925
Author: David Malcolm <[email protected]>
Date:   Thu Oct 2 10:44:54 2025 -0400

    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 <[email protected]>

Diff:
---
 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"

Reply via email to