summaryrefslogtreecommitdiff
path: root/src/arch/vmpa.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/arch/vmpa.c
parent13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff)
Typo.
Diffstat (limited to 'src/arch/vmpa.c')
-rw-r--r--src/arch/vmpa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/vmpa.c b/src/arch/vmpa.c
index f90ab22..1031d79 100644
--- a/src/arch/vmpa.c
+++ b/src/arch/vmpa.c
@@ -305,7 +305,7 @@ int cmp_vmpa(const vmpa2t *a, const vmpa2t *b)
/******************************************************************************
* *
* Paramètres : addr = élément à modifier. *
-* qty = quantité d'unités de décallage. *
+* qty = quantité d'unités de décalage. *
* *
* Description : Décalle une position d'une certaine quantité. *
* *
@@ -329,7 +329,7 @@ void advance_vmpa(vmpa2t *addr, phys_t qty)
/******************************************************************************
* *
* Paramètres : addr = élément à modifier. *
-* qty = quantité d'unités de décallage. *
+* qty = quantité d'unités de décalage. *
* *
* Description : Décalle une position d'une certaine quantité. *
* *