From dae45415a9691a6a7db6e9dc073ee48dcacb3ae5 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Sat, 20 Oct 2012 15:44:14 +0400 Subject: Trivial bugfix and spelling fixes. And here's another trivial bugfix, now for spelling mistakes in various places, authred by Sergey Kirpichev (Cc'ed) and carried in debian mdadm package. Signed-off-by: NeilBrown --- super0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'super0.c') diff --git a/super0.c b/super0.c index a748967e..eb902ebd 100644 --- a/super0.c +++ b/super0.c @@ -445,7 +445,7 @@ static int update_super0(struct supertype *st, struct mdinfo *info, sb32+MD_SB_GENERIC_CONSTANT_WORDS+7+1, (MD_SB_WORDS - (MD_SB_GENERIC_CONSTANT_WORDS+7+1))*4); if (verbose >= 0) - pr_err("adjusting superblock of %s for 2.2/sparc compatability.\n", + pr_err("adjusting superblock of %s for 2.2/sparc compatibility.\n", devname); } else if (strcmp(update, "super-minor") ==0) { sb->md_minor = info->array.md_minor; -- cgit v1.2.3