1
0
Fork 0

Documentation: sync_file.txt: Fix typos

Fix spelling mistakes in sync_file.txt to make documentation clear.

Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
hifive-unleashed-5.1
Tamara Diaconita 2017-03-16 17:39:46 +02:00 committed by Jonathan Corbet
parent f8998c2265
commit 7bc41a655d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ dma_fence_signal(), when it has finished using (or processing) that buffer.
Out-fences are fences that the driver creates.
On the other hand if the driver receives fence(s) through a sync_file from
userspace we call these fence(s) 'in-fences'. Receiveing in-fences means that
userspace we call these fence(s) 'in-fences'. Receiving in-fences means that
we need to wait for the fence(s) to signal before using any buffer related to
the in-fences.