aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2015-08-13 19:12:55 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2015-08-13 19:12:55 +0000
commitc68ea8a6402941824c72460b29cf3d16ae73fc86 (patch)
tree758e10475aea6d9c47d73e86a953f4e0ea71450d /sys/dev/md
parent13d06fd80806bdc07a8dccc32d95cfc554fe4fb1 (diff)
Notes
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 66062791a10e5..c19f7fe3418ed 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -1565,7 +1565,7 @@ md_preloaded(u_char *image, size_t length, const char *name)
printf("%s%d: Preloaded image <%s> %zd bytes at %p\n",
MD_NAME, sc->unit, name, length, image);
} else {
- printf("%s%d: Embedded image %zd bytes as %p\n",
+ printf("%s%d: Embedded image %zd bytes at %p\n",
MD_NAME, sc->unit, length, image);
}
}