summaryrefslogtreecommitdiff
path: root/src/format/mangling/itanium/component.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-24 17:16:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-24 17:16:59 (GMT)
commitb758d4da4a8e15f84b0a43cb4f7f76f997fda6f7 (patch)
tree9dd8099a9fc4ba0246b15961598ae77f42cb544e /src/format/mangling/itanium/component.c
parent13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff)
Typo.
Diffstat (limited to 'src/format/mangling/itanium/component.c')
-rw-r--r--src/format/mangling/itanium/component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format/mangling/itanium/component.c b/src/format/mangling/itanium/component.c
index 1173c17..c2edc17 100644
--- a/src/format/mangling/itanium/component.c
+++ b/src/format/mangling/itanium/component.c
@@ -329,8 +329,8 @@ itanium_component *itd_make_operator(GItaniumDContext *context, const itanium_op
/******************************************************************************
* *
* Paramètres : context = contexte de décodage à utiliser. *
-* type = type exacte de décallage. *
-* offset = décallage extrait de l'encodage. *
+* type = type exacte de décalage. *
+* offset = décalage extrait de l'encodage. *
* *
* Description : Construit un composant dans un contexte Itanium. *
* *