summaryrefslogtreecommitdiff
path: root/include/linux/fence.h
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-10-22 00:00:14 +0900
committerJonathan Corbet <corbet@lwn.net>2014-11-03 11:53:34 -0500
commitf353d71f75394e518b4d939aea2030d8e239dd41 (patch)
treeccb5482025a3eed1f9edfc468cd3652852968a3a /include/linux/fence.h
parent0df1f2487d2f0d04703f142813d53615d62a1da4 (diff)
treewide: Fix typo in Documentation/DocBook/device-drivers
This patch fix speeling typo found in html files within Documentation/DocBook/device-drivers. It is because html files are generated from comments in source, so I have to fix comments in the source. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/linux/fence.h')
-rw-r--r--include/linux/fence.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fence.h b/include/linux/fence.h
index d174585b874b..39efee130d2b 100644
--- a/include/linux/fence.h
+++ b/include/linux/fence.h
@@ -128,8 +128,8 @@ struct fence_cb {
* from irq context, so normal spinlocks can be used.
*
* A return value of false indicates the fence already passed,
- * or some failure occured that made it impossible to enable
- * signaling. True indicates succesful enabling.
+ * or some failure occurred that made it impossible to enable
+ * signaling. True indicates successful enabling.
*
* fence->status may be set in enable_signaling, but only when false is
* returned.