summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/register.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/v7/register.c')
-rw-r--r--src/arch/arm/v7/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/v7/register.c b/src/arch/arm/v7/register.c
index f9bb731..31073ee 100644
--- a/src/arch/arm/v7/register.c
+++ b/src/arch/arm/v7/register.c
@@ -169,7 +169,7 @@ static void g_armv7_register_finalize(GArmV7Register *reg)
GArmV7Register *g_armv7_register_new(uint8_t index)
{
- GArmV7Register *result; /* Structure à retourner */
+ GArmV7Register *result; /* Structure à retourner */
result = g_object_new(G_TYPE_ARMV7_REGISTER, NULL);