]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: fix typo in comment in gcc.dg/plugin/start_unit_plugin.cc
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 2 Oct 2025 14:44:54 +0000 (10:44 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 2 Oct 2025 14:44:54 +0000 (10:44 -0400)
gcc/testsuite/ChangeLog:
* gcc.dg/plugin/start_unit_plugin.cc: Fix typo in comment.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/testsuite/gcc.dg/plugin/start_unit_plugin.cc

index 7b4f40e0e9df8a9b97d7d2f832c4c5913f018903..3b3406e5864cab8a174763b55e92bae8f1604945 100644 (file)
@@ -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"