summaryrefslogtreecommitdiff
path: root/src/arch/register.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/register.c')
-rw-r--r--src/arch/register.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/register.c b/src/arch/register.c
index e08aa8b..0309c62 100644
--- a/src/arch/register.c
+++ b/src/arch/register.c
@@ -170,8 +170,8 @@ guint g_arch_register_hash(const GArchRegister *reg)
/******************************************************************************
* *
-* Paramètres : a = premier opérande à consulter. *
-* b = second opérande à consulter. *
+* Paramètres : a = premier registre à consulter. *
+* b = second registre à consulter. *
* *
* Description : Compare un registre avec un autre. *
* *