[pushed] Fix typo in gdb/csky-linux-tdep.c

Message ID 20250112062736.2352036-1-sergiodj@sergiodj.net
State New
Headers
Series [pushed] Fix typo in gdb/csky-linux-tdep.c |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply

Commit Message

Sergio Durigan Junior Jan. 12, 2025, 6:27 a.m. UTC
  This was flagged by Debian's lintian.

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
---
 gdb/csky-linux-tdep.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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));
     }
 }