Update comment with example LUKS_Info cache entry

Reflect the change made to the data model in commit:
    Use BlockSpecial in LUKS_Info module cache (#767842)
    7cd574cac5
This commit is contained in:
Mike Fleetwood 2017-05-20 09:15:18 +01:00 committed by Curtis Gedak
parent 6798c271c7
commit e0390d9cd8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace GParted
// Cache of active dm-crypt mappings.
// Example entry:
// {name="sdb6_crypt", major=8, minor=22, path="/dev/sdb6", offset=2097152, length=534773760}
// {name="sdb6_crypt", container=BlockSpecial{"/dev/sdb6", 8, 22}, offset=2097152, length=534773760}
std::vector<LUKS_Mapping> LUKS_Info::luks_mapping_cache;
bool LUKS_Info::cache_initialised = false;