radeon/uvd: fix typo in documentation
s/grap/grab/ Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
b959fd9674
commit
5f23a2d9c2
@@ -137,7 +137,7 @@ static void send_msg_buf(struct ruvd_decoder *dec)
|
||||
if (!dec->msg || !dec->fb)
|
||||
return;
|
||||
|
||||
/* grap the current message buffer */
|
||||
/* grab the current message buffer */
|
||||
buf = &dec->msg_fb_buffers[dec->cur_buffer];
|
||||
|
||||
/* unmap the buffer */
|
||||
|
||||
Reference in New Issue
Block a user