Unverified Commit e2e9a971 by Josh Soref Committed by Christian Brauner

spelling: feature

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 0d0664da
...@@ -48,7 +48,7 @@ int main(int argc, char *argv[]) ...@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
goto on_error_put; 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; m_opts.features_to_check = FEATURE_MEM_TRACK;
if (c->migrate(c, MIGRATE_FEATURE_CHECK, &m_opts, sizeof(struct migrate_opts))) { if (c->migrate(c, MIGRATE_FEATURE_CHECK, &m_opts, sizeof(struct migrate_opts))) {
lxc_debug("%s\n", "System does not support \"FEATURE_MEM_TRACK\"."); lxc_debug("%s\n", "System does not support \"FEATURE_MEM_TRACK\".");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment