svn commit: r286741 - head/sys/dev/md
Marcel Moolenaar
marcel at FreeBSD.org
Thu Aug 13 19:12:56 UTC 2015
Author: marcel
Date: Thu Aug 13 19:12:55 2015
New Revision: 286741
URL: https://svnweb.freebsd.org/changeset/base/286741
Log:
s/as/at/ in previous commit.
Pointed out by: jmallett@
Modified:
head/sys/dev/md/md.c
Modified: head/sys/dev/md/md.c
==============================================================================
--- head/sys/dev/md/md.c Thu Aug 13 19:05:18 2015 (r286740)
+++ head/sys/dev/md/md.c Thu Aug 13 19:12:55 2015 (r286741)
@@ -1565,7 +1565,7 @@ md_preloaded(u_char *image, size_t lengt
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);
}
}
More information about the svn-src-head
mailing list