From 0cd338e6e489eacfedb8fab3ff161b1578d08f07 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 29 Jul 2016 14:07:30 -0600 Subject: Remove non-ascii & unprintable characters These non-ascii & unprintable characters aren't needed. Change-Id: I129f729f66d6a692de729d76971f7deb7a19c254 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15977 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/lib/tpm_error_messages.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/tpm_error_messages.h b/src/lib/tpm_error_messages.h index 3b0f48cb59..279bc2bbb4 100644 --- a/src/lib/tpm_error_messages.h +++ b/src/lib/tpm_error_messages.h @@ -158,7 +158,7 @@ and locality modifier not part of command transport" }, { "TPM_BAD_LOCALITY", TPM_E_BASE + 61, "The locality is incorrect for the attempted operation" }, { "TPM_READ_ONLY", TPM_E_BASE + 62, -"The NV area is read only and canât be written to" }, +"The NV area is read only and can't be written to" }, { "TPM_PER_NOWRITE", TPM_E_BASE + 63, "There is no protection on the write to the NV area" }, { "TPM_FAMILYCOUNT", TPM_E_BASE + 64, @@ -208,7 +208,7 @@ by the TPM Owner" }, "The atomic process indicated by the submitted DAA command is not\n\ the expected process" }, { "TPM_DAA_ISSUER_VALIDITY", TPM_E_BASE + 86, -"The issuerâs validity check has detected an inconsistency" }, +"The issuer's validity check has detected an inconsistency" }, { "TPM_DAA_WRONG_W", TPM_E_BASE + 87, "The consistency check on w has failed" }, { "TPM_BAD_HANDLE", TPM_E_BASE + 88, -- cgit v1.2.3