diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2012-10-20 13:44:14 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2012-10-21 23:55:27 +0200 |
commit | dae45415a9691a6a7db6e9dc073ee48dcacb3ae5 (patch) | |
tree | 39ff10cb404bed998c619d07350ad6452d14b1ec /Build.c | |
parent | mdadm: super0: do not override uuid with homehost (diff) | |
download | mdadm-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |