Skip to content

Commit 2b0cbb2

Browse files
committed
stress-vm: Fix spelling mistake "stroes" -> "stores"
There is a spelling mistake in a pr_inf message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
1 parent 6ccf64c commit 2b0cbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stress-vm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3888,7 +3888,7 @@ static int stress_vm(stress_args_t *args)
38883888
} else {
38893889
if (stress_instance_zero(args)) {
38903890
pr_inf("%s: non-temporal memory stores not supported, "
3891-
"dropping back to plain memory stroes\n", args->name);
3891+
"dropping back to plain memory stores\n", args->name);
38923892
}
38933893
}
38943894

0 commit comments

Comments
 (0)