summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-03 19:48:06 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-04-07 18:15:45 +0100
commit0b3f9783df9c0aa2415765798d102ad4335bbe2a (patch)
tree5ffc9f8586f2f641d7345be95847abbb116bf600
parentea78c17854ad1b9d155dab66c99777e513943083 (diff)
downloaddrm-0b3f9783df9c0aa2415765798d102ad4335bbe2a.tar.gz
amdgpu: Fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--amdgpu/amdgpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h
index 08513061..5d5a2c67 100644
--- a/amdgpu/amdgpu.h
+++ b/amdgpu/amdgpu.h
@@ -685,7 +685,7 @@ int amdgpu_create_bo_from_user_mem(amdgpu_device_handle dev,
int amdgpu_bo_free(amdgpu_bo_handle buf_handle);
/**
- * Request CPU access to GPU accessable memory
+ * Request CPU access to GPU accessible memory
*
* \param buf_handle - \c [in] Buffer handle
* \param cpu - \c [out] CPU address to be used for access
@@ -851,7 +851,7 @@ int amdgpu_cs_query_reset_state(amdgpu_context_handle context,
* order.
*
* The caller can specify the user fence buffer/location with the fence_info in the
- * cs_request.The sequence number is returned via the 'seq_no' paramter
+ * cs_request.The sequence number is returned via the 'seq_no' parameter
* in ibs_request structure.
*
*