diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-01-24 17:16:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-01-24 17:16:59 (GMT) |
commit | b758d4da4a8e15f84b0a43cb4f7f76f997fda6f7 (patch) | |
tree | 9dd8099a9fc4ba0246b15961598ae77f42cb544e /src/glibext | |
parent | 13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff) |
Typo.
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/gbinportion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gbinportion.c b/src/glibext/gbinportion.c index c0e14fa..daa88f3 100644 --- a/src/glibext/gbinportion.c +++ b/src/glibext/gbinportion.c @@ -1324,7 +1324,7 @@ bool get_binary_portion_pos_from_addr(GBinPortion *root, const vmpa2t *addr, con { GdkRectangle owner_area; /* Aire de contenance */ GBinPortion *owner; /* Conteneur propriétaire */ - phys_t diff; /* Décallage à appliquer */ + phys_t diff; /* Décalage à appliquer */ owner_area = *area; |