radeon/uvd: fix typo in documentation

s/grap/grab/

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Dieter Nützel 2014-03-04 17:49:01 -05:00 committed by Alex Deucher
parent b959fd9674
commit 5f23a2d9c2

View file

@ -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 */