aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/ppc.h')
-rw-r--r--include/opcode/ppc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h
index b22173b..dc3983e 100644
--- a/include/opcode/ppc.h
+++ b/include/opcode/ppc.h
@@ -94,10 +94,10 @@ extern const int powerpc_num_opcodes;
/* Opcode is supported by PowerPC 403 processor. */
#define PPC_OPCODE_403 (02000)
-/* Opcode is supported by Motorola BookE processor. */
+/* Opcode is supported by PowerPC BookE processor. */
#define PPC_OPCODE_BOOKE (04000)
-/* Opcode is only supported by 64-bit Motorola BookE processor. */
+/* Opcode is only supported by 64-bit PowerPC BookE processor. */
#define PPC_OPCODE_BOOKE64 (010000)
/* A macro to extract the major opcode from an instruction. */