summaryrefslogtreecommitdiffstats
path: root/Build.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 /Build.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 'Build.c')
-rw-r--r--Build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.c b/Build.c
index ea55e5b5..1887822c 100644
--- a/Build.c
+++ b/Build.c
@@ -171,7 +171,7 @@ int Build(char *mddev, struct mddev_dev *devlist,
goto abort;
}
if ((stb.st_mode & S_IFMT)!= S_IFBLK) {
- pr_err("Wierd: %s is no longer a block device.\n",
+ pr_err("Weird: %s is no longer a block device.\n",
dv->devname);
goto abort;
}