Skip to content

Commit

Permalink
selftests: Fix spelling mistake "cann't" -> "cannot"
Browse files Browse the repository at this point in the history
There is a spelling mistake in an error message. Fix it.

Link: https://lkml.kernel.org/r/20210826121217.12885-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Colin Ian King authored and Linus Torvalds committed Sep 3, 2021
1 parent 6260618 commit 0c52ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/vm/mlock-random-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int get_proc_locked_vm_size(void)
}
}

perror("cann't parse VmLck in /proc/self/status\n");
perror("cannot parse VmLck in /proc/self/status\n");
fclose(f);
return -1;
}
Expand Down

0 comments on commit 0c52ec9

Please sign in to comment.