From: Josh Soref Date: Tue, 30 Oct 2018 07:01:50 +0000 (+0000) Subject: spelling: feature X-Git-Tag: lxc-3.1.0~26^2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e451a2a8a8b8f83ab1eaba837c3f5887779b7bb6;p=thirdparty%2Flxc.git spelling: feature Signed-off-by: Josh Soref --- diff --git a/src/tests/criu_check_feature.c b/src/tests/criu_check_feature.c index 8d2003536..6ae4b1d40 100644 --- a/src/tests/criu_check_feature.c +++ b/src/tests/criu_check_feature.c @@ -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\".");