mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
[AArch64] Fix typo in error messages
Fix mispelling of PROT_ME to PROT_MTE in the error messages.
This commit is contained in:
parent
ae47e3097e
commit
8a7cd1ebd7
@ -44,7 +44,7 @@ aarch64_mte_linux_peek_error (int error)
|
||||
perror_with_name (_("Couldn't fetch allocation tags"));
|
||||
break;
|
||||
case EOPNOTSUPP:
|
||||
perror_with_name (_("PROT_ME not enabled for requested address"));
|
||||
perror_with_name (_("PROT_MTE not enabled for requested address"));
|
||||
default:
|
||||
perror_with_name (_("Unknown MTE error"));
|
||||
break;
|
||||
@ -66,7 +66,7 @@ aarch64_mte_linux_poke_error (int error)
|
||||
perror_with_name (_("Couldn't store allocation tags"));
|
||||
break;
|
||||
case EOPNOTSUPP:
|
||||
perror_with_name (_("PROT_ME not enabled for requested address"));
|
||||
perror_with_name (_("PROT_MTE not enabled for requested address"));
|
||||
default:
|
||||
perror_with_name (_("Unknown MTE error"));
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user