"predicted", not "predicated". Signed-off-by: Christopher Unkel <cunkel@xxxxxxxxxxxxxx> --- drivers/md/md.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/md.c b/drivers/md/md.c index 607278207023..9e5755549eb1 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -29,7 +29,7 @@ pr_crit() for error conditions that risk data loss pr_err() for error conditions that are unexpected, like an IO error or internal inconsistency - pr_warn() for error conditions that could have been predicated, like + pr_warn() for error conditions that could have been predicted, like adding a device to an array when it has incompatible metadata pr_info() for every interesting, very rare events, like an array starting or stopping, or resync starting or stopping -- 2.24.1