From: Sergio Durigan Junior Date: Sun, 12 Jan 2025 06:24:56 +0000 (-0500) Subject: Fix typo in gdb/csky-linux-tdep.c X-Git-Tag: binutils-2_44~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5b9f926354d7f79048701cbe5a57dac8f3919b0;p=thirdparty%2Fbinutils-gdb.git Fix typo in gdb/csky-linux-tdep.c This was flagged by Debian's lintian. Signed-off-by: Sergio Durigan Junior --- diff --git a/gdb/csky-linux-tdep.c b/gdb/csky-linux-tdep.c index a703b389d2e..c02eedb0a7a 100644 --- a/gdb/csky-linux-tdep.c +++ b/gdb/csky-linux-tdep.c @@ -190,7 +190,7 @@ csky_supply_fregset (const struct regset *regset, } else { - warning (_("Unknow size %s of section .reg2, can not get value" + warning (_("Unknown size %s of section .reg2, can not get value" " of float registers."), pulongest (len)); } } @@ -271,7 +271,7 @@ csky_collect_fregset (const struct regset *regset, } else { - warning (_("Unknow size %s of section .reg2, will not set value" + warning (_("Unknown size %s of section .reg2, will not set value" " of float registers."), pulongest (len)); } }