From: Sam James Date: Tue, 29 Oct 2024 05:23:23 +0000 (+0000) Subject: lto: fix spelling in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e0db91a1a76a99e92c52e008a8aba4835499bb1;p=thirdparty%2Fgcc.git lto: fix spelling in comment gcc/lto/ChangeLog: * lto-symtab.cc (lto_varpool_replace_node): Fix spelling of 'warning'. --- diff --git a/gcc/lto/lto-symtab.cc b/gcc/lto/lto-symtab.cc index b458462dc23..c24cc01dda2 100644 --- a/gcc/lto/lto-symtab.cc +++ b/gcc/lto/lto-symtab.cc @@ -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.