From: Jakub Jelinek Date: Tue, 14 Apr 2026 06:43:37 +0000 (+0200) Subject: Fix comment typo in process_symver_attribute X-Git-Tag: basepoints/gcc-17~208 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2375305456d7ab77091e2f53bab08aeec2d87dfd;p=thirdparty%2Fgcc.git Fix comment typo in process_symver_attribute I've noticed a typo in process_symver_attribute comment, fixed thusly. 2026-04-14 Jakub Jelinek * cgraphunit.cc (process_symver_attribute): Fix comment typo, bintuils -> binutils. --- diff --git a/gcc/cgraphunit.cc b/gcc/cgraphunit.cc index b0a0061abb5..67aaebf108b 100644 --- a/gcc/cgraphunit.cc +++ b/gcc/cgraphunit.cc @@ -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