mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Fix typos
found them with codespell. Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
parent
8a24ad3073
commit
7410755c03
45 changed files with 100 additions and 100 deletions
|
|
@ -304,8 +304,8 @@ static int runExportSHMBuffers(struct vulkan_compute_state *s) {
|
|||
/** runCommandBuffer
|
||||
* The return value of this functions means the following:
|
||||
* ret < 0: Error
|
||||
* ret = 0: queueSubmit was succsessful, but manual synchronization is required
|
||||
* ret = 1: queueSubmit was succsessful and buffers can be released without synchronization
|
||||
* ret = 0: queueSubmit was successful, but manual synchronization is required
|
||||
* ret = 1: queueSubmit was successful and buffers can be released without synchronization
|
||||
*/
|
||||
static int runCommandBuffer(struct vulkan_compute_state *s)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue