Skip to content

Commit

Permalink
ovs-rcu: Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed May 19, 2014
1 parent 9421a1f commit 4981dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ovs-rcu.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
* Use ovsrcu_get(TYPE, VAR) to read an RCU-protected pointer, e.g. to read the
* pointer variable declared above:
*
* struct flow *flow = ovsrcu_get(struct flow *, flowp);
* struct flow *flow = ovsrcu_get(struct flow *, &flowp);
*
* If the pointer variable is currently protected against change (because
* the current thread holds a mutex that protects it), ovsrcu_get_protected()
Expand Down

0 comments on commit 4981dbf

Please sign in to comment.