projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c85cb
)
Documentation/RCU: Fix minor typo
author
Pranith Kumar
<
[email protected]
>
Tue, 18 Oct 2016 04:54:03 +0000
(
00:54
-0400)
committer
Paul E. McKenney
<
[email protected]
>
Mon, 14 Nov 2016 18:39:48 +0000
(10:39 -0800)
deference should actually be dereference.
Signed-off-by: Pranith Kumar <
[email protected]
>
Reviewed-by: Josh Triplett <
[email protected]
>
Signed-off-by: Paul E. McKenney <
[email protected]
>
Documentation/RCU/whatisRCU.txt
patch
|
blob
|
history
diff --git
a/Documentation/RCU/whatisRCU.txt
b/Documentation/RCU/whatisRCU.txt
index 204422719197ec080e13bd9f076e5c20d960c541..5cbd8b2395b811489c68acb7da4616b4a1ef9523 100644
(file)
--- a/
Documentation/RCU/whatisRCU.txt
+++ b/
Documentation/RCU/whatisRCU.txt
@@
-237,7
+237,7
@@
rcu_dereference()
The reader uses rcu_dereference() to fetch an RCU-protected
pointer, which returns a value that may then be safely
- dereferenced. Note that rcu_deference() does not actually
+ dereferenced. Note that rcu_de
re
ference() does not actually
dereference the pointer, instead, it protects the pointer for
later dereferencing. It also executes any needed memory-barrier
instructions for a given CPU architecture. Currently, only Alpha