Commit 917c8c25 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

lkdtm: fix spelling mistake: "incremeted" -> "incremented"

Trivial fix to spelling mistake in pr_info message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent df770ff0
......@@ -202,7 +202,7 @@ static void check_from_zero(refcount_t *ref)
pr_warn("Zero detected: unsafely reset to max\n");
break;
default:
pr_info("Fail: zero not detected, incremeted to %d\n",
pr_info("Fail: zero not detected, incremented to %d\n",
refcount_read(ref));
}
}
......
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