From: Tim Gates Date: Fri, 11 Dec 2020 18:59:26 +0000 (+1100) Subject: docs: fix simple typo, unchaged -> unchanged X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=9fdfa56eff5a90cd6f6052b5940b947bc3a704b4;p=ccan docs: fix simple typo, unchaged -> unchanged There is a small typo in ccan/objset/objset.h. Should read `unchanged` rather than `unchaged`. --- diff --git a/ccan/objset/objset.h b/ccan/objset/objset.h index 9444d48c..03ec00f3 100644 --- a/ccan/objset/objset.h +++ b/ccan/objset/objset.h @@ -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 {