aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@sergiodj.net>2025-01-12 01:24:56 -0500
committerSergio Durigan Junior <sergiodj@sergiodj.net>2025-01-12 01:24:56 -0500
commitb5b9f926354d7f79048701cbe5a57dac8f3919b0 (patch)
tree3e2c3ffbdf1319eae9145854f31e7894f8e94adc
parentb5ffb68948e297928d447798be66c664acd26abc (diff)
downloadbinutils-b5b9f926354d7f79048701cbe5a57dac8f3919b0.zip
binutils-b5b9f926354d7f79048701cbe5a57dac8f3919b0.tar.gz
binutils-b5b9f926354d7f79048701cbe5a57dac8f3919b0.tar.bz2
Fix typo in gdb/csky-linux-tdep.c
This was flagged by Debian's lintian. Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
-rw-r--r--gdb/csky-linux-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/csky-linux-tdep.c b/gdb/csky-linux-tdep.c
index a703b38..c02eedb 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));
}
}