]> git.ozlabs.org Git - ccan/commitdiff
docs: fix simple typo, unchaged -> unchanged
authorTim Gates <tim.gates@iress.com>
Fri, 11 Dec 2020 18:59:26 +0000 (05:59 +1100)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 8 Sep 2021 05:12:43 +0000 (14:42 +0930)
There is a small typo in ccan/objset/objset.h.

Should read `unchanged` rather than `unchaged`.

ccan/objset/objset.h

index 9444d48c76ddf82156e503103194fd80a14aa176..03ec00f31199bb793396efc3011773b1d316d87b 100644 (file)
@@ -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 {