[PATCH 2/2] Fix typo in NT_PPC_TM_CVSX note description

Pedro Franco de Carvalho pedromfc@linux.ibm.com
Thu Jul 12 14:41:00 GMT 2018


binutils/
YYYY-MM-DD  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>

	* readelf.c (get_not_type): Fix typo in NT_PPC_TM_CVSX note
	description.
---
 binutils/readelf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binutils/readelf.c b/binutils/readelf.c
index 88fb356cd8..f0f9ca6728 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -16680,7 +16680,7 @@ get_note_type (Filedata * filedata, unsigned e_type)
       case NT_PPC_TM_CVMX:
 	return _("NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)");
       case NT_PPC_TM_CVSX:
-	return _("NT_PPC_TM_VSX (ppc checkpointed VSX registers)");
+	return _("NT_PPC_TM_CVSX (ppc checkpointed VSX registers)");
       case NT_PPC_TM_SPR:
 	return _("NT_PPC_TM_SPR (ppc TM special purpose registers)");
       case NT_PPC_TM_CTAR:
-- 
2.13.6



More information about the Binutils mailing list