]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typos in show_attr.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 13 Jan 2025 21:38:20 +0000 (22:38 +0100)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 13 Jan 2025 21:41:42 +0000 (22:41 +0100)
gcc/fortran/ChangeLog:

* dump-parse-tree.cc (show_attr): Fix typos for in_equivalence.

gcc/fortran/dump-parse-tree.cc

index 97cab3f85f92726b656b6db32f121bbcab0a5600..cf09e8d5b823440fe253bc6b8e5f943eb422346c 100644 (file)
@@ -871,7 +871,7 @@ show_attr (symbol_attribute *attr, const char * module)
   if (attr->in_common)
     fputs (" IN-COMMON", dumpfile);
   if (attr->in_equivalence)
-    fputs (" IN_EQUIVALENDE", dumpfile);
+    fputs (" IN-EQUIVALENCE", dumpfile);
 
   if (attr->abstract)
     fputs (" ABSTRACT", dumpfile);