1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: comment typo

This commit is contained in:
Zdenek Kabelac 2021-02-20 23:50:25 +01:00
parent 0c842ee8ad
commit 5d820b0201

View File

@ -656,7 +656,7 @@ int lv_cache_remove(struct logical_volume *cache_lv)
if (!remove_layer_from_lv(cache_lv, corigin_lv))
return_0;
/* Preserve currently imortant data from original cache segment.
/* Preserve currently important data from original cache segment.
* TODO: can it be done without this ? */
data_id = cache_seg->data_id;
data_len = cache_seg->data_len;