linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] md: trivial comment typo fix
@ 2020-08-28  2:03 Christopher Unkel
  0 siblings, 0 replies; only message in thread
From: Christopher Unkel @ 2020-08-28  2:03 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Song Liu, linux-raid, Christopher Unkel

"predicted", not "predicated".

Signed-off-by: Christopher Unkel <cunkel@drivescale.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-28  2:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28  2:03 [PATCH] md: trivial comment typo fix Christopher Unkel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).