From aed5fb0a328eb746c4cb266942eb9fd44dca0715 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 29 Jul 2014 14:41:28 +0000 Subject: [PATCH] Correct typo in comment --- sys/dev/terasic/mtl/terasic_mtl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/terasic/mtl/terasic_mtl.h b/sys/dev/terasic/mtl/terasic_mtl.h index e07bbf4635b7..ad772488f9a3 100644 --- a/sys/dev/terasic/mtl/terasic_mtl.h +++ b/sys/dev/terasic/mtl/terasic_mtl.h @@ -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;