https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79183

--- Comment #1 from Frederic Marchal <fmarchal at perso dot be> ---
Yet another hard coded plural in the same file at line 2286:

    inform (callloc,
        (nbytes + exact == 1
         ? G_("format output %wu byte into a destination of size %wu")
         : G_("format output %wu bytes into a destination of size %wu")),
        nbytes + exact, info.objsize);

Reply via email to