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);
        }
 }
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to