Skip to content

Commit 1ae96fc

Browse files
Colin Ian KingRoland Scheidegger
authored andcommitted
drm/vmwgfx: fix spelling mistake "Cound" -> "Could"
There is a spelling mistake in a DRM_ERROR message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Roland Scheidegger <[email protected]>
1 parent 9812433 commit 1ae96fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3037,7 +3037,7 @@ static int vmw_cmd_dx_bind_streamoutput(struct vmw_private *dev_priv,
30373037
res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
30383038
cmd->body.soid);
30393039
if (IS_ERR(res)) {
3040-
DRM_ERROR("Cound not find streamoutput to bind.\n");
3040+
DRM_ERROR("Could not find streamoutput to bind.\n");
30413041
return PTR_ERR(res);
30423042
}
30433043

0 commit comments

Comments
 (0)