Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2015 19:12:56 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286741 - head/sys/dev/md
Message-ID:  <201508131912.t7DJCuTd099712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 	}
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508131912.t7DJCuTd099712>