summaryrefslogtreecommitdiffstats
path: root/super0.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2012-10-20 13:44:14 +0200
committerNeilBrown <neilb@suse.de>2012-10-21 23:55:27 +0200
commitdae45415a9691a6a7db6e9dc073ee48dcacb3ae5 (patch)
tree39ff10cb404bed998c619d07350ad6452d14b1ec /super0.c
parentmdadm: super0: do not override uuid with homehost (diff)
downloadmdadm-dae45415a9691a6a7db6e9dc073ee48dcacb3ae5.tar.xz
mdadm-dae45415a9691a6a7db6e9dc073ee48dcacb3ae5.zip
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 <neilb@suse.de>
Diffstat (limited to 'super0.c')
-rw-r--r--super0.c2
1 files changed, 1 insertions, 1 deletions
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;