]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix comment typo in process_symver_attribute
authorJakub Jelinek <jakub@redhat.com>
Tue, 14 Apr 2026 06:43:37 +0000 (08:43 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 14 Apr 2026 06:43:37 +0000 (08:43 +0200)
I've noticed a typo in process_symver_attribute comment, fixed thusly.

2026-04-14  Jakub Jelinek  <jakub@redhat.com>

* cgraphunit.cc (process_symver_attribute): Fix comment typo,
bintuils -> binutils.

gcc/cgraphunit.cc

index b0a0061abb5d02aa9a38aed52f712f471f0c2871..67aaebf108b0ecdb7b6a17fabc1a664687fda23f 100644 (file)
@@ -739,7 +739,7 @@ process_symver_attribute (symtab_node *n)
 
   for (; value != NULL; value = TREE_CHAIN (value))
     {
-      /* Starting from bintuils 2.35 gas supports:
+      /* Starting from binutils 2.35 gas supports:
          # Assign foo to bar@V1 and baz@V2.
          .symver foo, bar@V1
          .symver foo, baz@V2