Commit e97644eb authored by Colin Ian King's avatar Colin Ian King Committed by Roland Scheidegger
Browse files

drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"



There is a spelling mistake in a DRM_ERROR message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarRoland Scheidegger <sroland@vmware.com>
parent 1ae96fce
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -186,7 +186,7 @@ void vmw_kms_cursor_snoop(struct vmw_surface *srf,
		/* TODO handle none page aligned offsets */
		/* TODO handle none page aligned offsets */
		/* TODO handle more dst & src != 0 */
		/* TODO handle more dst & src != 0 */
		/* TODO handle more then one copy */
		/* TODO handle more then one copy */
		DRM_ERROR("Cant snoop dma request for cursor!\n");
		DRM_ERROR("Can't snoop dma request for cursor!\n");
		DRM_ERROR("(%u, %u, %u) (%u, %u, %u) (%ux%ux%u) %u %u\n",
		DRM_ERROR("(%u, %u, %u) (%u, %u, %u) (%ux%ux%u) %u %u\n",
			  box->srcx, box->srcy, box->srcz,
			  box->srcx, box->srcy, box->srcz,
			  box->x, box->y, box->z,
			  box->x, box->y, box->z,