netfilter: nft_compat: do not dump private area
[sfrench/cifs-2.6.git] / kernel / jump_label.c
index 01ebdf1f9f40eb0b56810244bd115a62d07e88f2..2e62503bea0d7d4a598ff755bad1431bb166d790 100644 (file)
@@ -678,7 +678,7 @@ jump_label_module_notify(struct notifier_block *self, unsigned long val,
        case MODULE_STATE_COMING:
                ret = jump_label_add_module(mod);
                if (ret) {
-                       WARN(1, "Failed to allocatote memory: jump_label may not work properly.\n");
+                       WARN(1, "Failed to allocate memory: jump_label may not work properly.\n");
                        jump_label_del_module(mod);
                }
                break;