]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in gdb/csky-linux-tdep.c
authorSergio Durigan Junior <sergiodj@sergiodj.net>
Sun, 12 Jan 2025 06:24:56 +0000 (01:24 -0500)
committerSergio Durigan Junior <sergiodj@sergiodj.net>
Sun, 12 Jan 2025 06:24:56 +0000 (01:24 -0500)
This was flagged by Debian's lintian.

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
gdb/csky-linux-tdep.c

index a703b389d2eaf156799d44923d655ee17a41fff6..c02eedb0a7a3737cd6da7a91a2dac7b227117a3f 100644 (file)
@@ -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));
     }
 }