]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lto: fix spelling in comment
authorSam James <sam@gentoo.org>
Tue, 29 Oct 2024 05:23:23 +0000 (05:23 +0000)
committerSam James <sam@gentoo.org>
Wed, 22 Apr 2026 19:07:16 +0000 (20:07 +0100)
gcc/lto/ChangeLog:

* lto-symtab.cc (lto_varpool_replace_node): Fix spelling of 'warning'.

gcc/lto/lto-symtab.cc

index b458462dc2376479e8a5deaf8ee1c40084039029..c24cc01dda2a8242857a0cbe312602e9bc51d213 100644 (file)
@@ -183,7 +183,7 @@ lto_varpool_replace_node (varpool_node *vnode,
   vnode->remove ();
 }
 
-/* Return non-zero if we want to output waring about T1 and T2.
+/* Return non-zero if we want to output warning about T1 and T2.
    Return value is a bitmask of reasons of violation:
    Bit 0 indicates that types are not compatible.
    Bit 1 indicates that types are not compatible because of C++ ODR rule.