Commit 9fdfa56e authored by Tim Gates's avatar Tim Gates Committed by Rusty Russell

docs: fix simple typo, unchaged -> unchanged

There is a small typo in ccan/objset/objset.h.

Should read `unchanged` rather than `unchaged`.
parent 66333b5b
......@@ -132,7 +132,7 @@ static inline bool objset_empty_(const struct objset_h *set)
/**
* objset_iter - iterator reference.
*
* This is valid for a particular set as long as the contents remain unchaged,
* This is valid for a particular set as long as the contents remain unchanged,
* otherwise the effect is undefined.
*/
struct objset_iter {
......
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