Author: bdrewery
Date: Thu Apr 10 17:00:44 2014
New Revision: 264320
URL: http://svnweb.freebsd.org/changeset/base/264320

Log:
  Fix spelling error in g_trace() call.
  
  Sponsored by: EMC / Isilon Storage Division
  MFC after:    1 week

Modified:
  head/sys/geom/geom_disk.c

Modified: head/sys/geom/geom_disk.c
==============================================================================
--- head/sys/geom/geom_disk.c   Thu Apr 10 16:53:21 2014        (r264319)
+++ head/sys/geom/geom_disk.c   Thu Apr 10 17:00:44 2014        (r264320)
@@ -164,7 +164,7 @@ g_disk_kerneldump(struct bio *bp, struct
 
        gkd = (struct g_kerneldump*)bp->bio_data;
        gp = bp->bio_to->geom;
-       g_trace(G_T_TOPOLOGY, "g_disk_kernedump(%s, %jd, %jd)",
+       g_trace(G_T_TOPOLOGY, "g_disk_kerneldump(%s, %jd, %jd)",
                gp->name, (intmax_t)gkd->offset, (intmax_t)gkd->length);
        if (dp->d_dump == NULL) {
                g_io_deliver(bp, ENODEV);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to