From: Matthew Fernandez Date: Wed, 21 Dec 2022 04:59:35 +0000 (-0800) Subject: cgraph: fix comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88920f147716213f28f822452dae0daa96021284;p=graphviz cgraph: fix comment typo --- diff --git a/lib/cgraph/list.h b/lib/cgraph/list.h index c8da91a13..41be77ac7 100644 --- a/lib/cgraph/list.h +++ b/lib/cgraph/list.h @@ -39,9 +39,9 @@ \ /** create a new list \ * \ - * This function is provided for convenience, but it the equivalent of zero \ - * initialization, `list_t list = {0}`. In general, the latter should be \ - * preferred as it can be understood locally. \ + * This function is provided for convenience, but it is the equivalent of \ + * zero initialization, `list_t list = {0}`. In general, the latter should \ + * be preferred as it can be understood locally. \ * \ * \return A new empty list \ */ \