]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: feature
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:01:50 +0000 (07:01 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:01:50 +0000 (07:01 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/tests/criu_check_feature.c

index 8d20035366ae4ec577dab6b145712b1d15b48e2f..6ae4b1d403c7e8c0493ad9ad6d0b9c1ad4ade82c 100644 (file)
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
                goto on_error_put;
        }
 
-       /* do the actual fature check for memory tracking */
+       /* do the actual feature check for memory tracking */
        m_opts.features_to_check = FEATURE_MEM_TRACK;
        if (c->migrate(c, MIGRATE_FEATURE_CHECK, &m_opts, sizeof(struct migrate_opts))) {
                lxc_debug("%s\n", "System does not support \"FEATURE_MEM_TRACK\".");