Index: uspace/drv/fb/amdm37x_dispc/main.c
===================================================================
--- uspace/drv/fb/amdm37x_dispc/main.c	(revision 86307480d844894603d178493737b7d38c31e005)
+++ uspace/drv/fb/amdm37x_dispc/main.c	(revision aef48ce8aecc465165469786693689c795d585ea)
@@ -91,5 +91,5 @@
 	ddf_fun_t *fun = ddf_fun_create(dev, fun_exposed, "a");
 	if (!fun) {
-		ddf_log_error("Failed to create visualizer function.");
+		ddf_log_error("Failed to create display device function.");
 		return ENOMEM;
 	}
@@ -124,5 +124,5 @@
 	rc = ddf_fun_add_to_category(fun, "display-device");
 	if (rc != EOK) {
-		ddf_log_error("Failed to add function: %s to visualizer "
+		ddf_log_error("Failed to add function: %s to display device "
 		    "category.", str_error(rc));
 		amdm37x_dispc_fini(dispc);
