Fix mispelling of PROT_ME to PROT_MTE in the error messages.
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;
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;