]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Documentation: sync_file.txt: Fix typos
authorTamara Diaconita <diaconitatamara@gmail.com>
Thu, 16 Mar 2017 15:39:46 +0000 (17:39 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 17 Mar 2017 19:03:36 +0000 (13:03 -0600)
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>
Documentation/sync_file.txt

index 269681a6faec818ddf839c4f1c573ef9415478d4..c3d033a06e8d2dc140853d7f5ff718020a5888a3 100644 (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.