Commit 06468b0d authored by Geoff Simmons's avatar Geoff Simmons Committed by Dridi Boukelmoune

Typo

parent 4f672b6e
...@@ -136,7 +136,7 @@ int VSC_Iter(struct vsc *, struct vsm *, VSC_iter_f *, void *priv); ...@@ -136,7 +136,7 @@ int VSC_Iter(struct vsc *, struct vsm *, VSC_iter_f *, void *priv);
* The returned points are valid until the next call to VSC_Iter() * The returned points are valid until the next call to VSC_Iter()
* *
* Not safe for concurrent reads with the same vsc and vsm * Not safe for concurrent reads with the same vsc and vsm
* handles. For concurrency, initalize and attach separate * handles. For concurrency, initialize and attach separate
* structs vsc and vsm. * structs vsc and vsm.
* *
* Arguments: * Arguments:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment