From 9fdfa56eff5a90cd6f6052b5940b947bc3a704b4 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 12 Dec 2020 05:59:26 +1100 Subject: [PATCH] docs: fix simple typo, unchaged -> unchanged There is a small typo in ccan/objset/objset.h. Should read `unchanged` rather than `unchaged`. --- ccan/objset/objset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2