mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 20:50:09 +01:00
radeon/uvd: fix typo in documentation
s/grap/grab/ Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
b959fd9674
commit
5f23a2d9c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue