c/client: Fix doxygen warnings

This commit is contained in:
Rylie Pavlik 2023-11-15 10:45:48 -06:00
parent 4ef986aab0
commit 0fab8c23b4
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ struct client_d3d11_compositor
/*!
* A timeline semaphore made by the native compositor and imported by us.
*
* When this is valid, we should use xrt_compositor::layer_commit_with_sync:
* When this is valid, we should use xrt_compositor::layer_commit_with_semaphone:
* it means the native compositor knows about timeline semaphores, and we can import its semaphores, so we can
* pass @ref timeline_semaphore instead of blocking locally.
*/

View file

@ -132,7 +132,7 @@ struct client_d3d12_compositor
/*!
* A timeline semaphore made by the native compositor and imported by us.
*
* When this is valid, we should use @ref xrt_compositor::layer_commit_with_sync:
* When this is valid, we should use @ref xrt_compositor::layer_commit_with_semaphone:
* it means the native compositor knows about timeline semaphores, and we can import its semaphores, so we can
* pass @ref timeline_semaphore instead of blocking locally.
*/