lkdtm: fix spelling mistake: "incremeted" -> "incremented"
Trivial fix to spelling mistake in pr_info message Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
df770ff058
commit
917c8c2570
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue