svn commit: r269241 - head/sys/dev/terasic/mtl

Ed Maste emaste at FreeBSD.org
Tue Jul 29 14:41:29 UTC 2014


Author: emaste
Date: Tue Jul 29 14:41:28 2014
New Revision: 269241
URL: http://svnweb.freebsd.org/changeset/base/269241

Log:
  Correct typo in comment

Modified:
  head/sys/dev/terasic/mtl/terasic_mtl.h

Modified: head/sys/dev/terasic/mtl/terasic_mtl.h
==============================================================================
--- head/sys/dev/terasic/mtl/terasic_mtl.h	Tue Jul 29 13:40:33 2014	(r269240)
+++ head/sys/dev/terasic/mtl/terasic_mtl.h	Tue Jul 29 14:41:28 2014	(r269241)
@@ -62,7 +62,7 @@ struct terasic_mtl_softc {
 	int		 mtl_reg_rid;
 
 	/*
-	 * Graphics frame buffer device -- mappable form userspace.
+	 * Graphics frame buffer device -- mappable from userspace.
 	 */
 	struct cdev	*mtl_pixel_cdev;
 	struct resource	*mtl_pixel_res;


More information about the svn-src-all mailing list