diff options
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; |