]> sourceware.org Git - lvm2.git/commitdiff
cleanup: comment typo
authorZdenek Kabelac <zkabelac@redhat.com>
Sat, 20 Feb 2021 22:50:25 +0000 (23:50 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 23 Feb 2021 13:56:48 +0000 (14:56 +0100)
lib/metadata/cache_manip.c

index f29442358d900b978f45208c7621f72aec9e5d9d..3eac736ddf5b41ebde513fcce296e5f4683d4d5e 100644 (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;
This page took 0.034481 seconds and 5 git commands to generate.