summaryrefslogtreecommitdiff
path: root/Build.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2012-10-20 15:44:14 +0400
committerNeilBrown <neilb@suse.de>2012-10-22 08:55:27 +1100
commitdae45415a9691a6a7db6e9dc073ee48dcacb3ae5 (patch)
tree39ff10cb404bed998c619d07350ad6452d14b1ec /Build.c
parent30d48159710996be7770bfbfbddc826317b561aa (diff)
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;
}