]> granicus.if.org Git - graphviz/commitdiff
cgraph: fix comment typo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Dec 2022 04:59:35 +0000 (20:59 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Dec 2022 19:42:15 +0000 (11:42 -0800)
lib/cgraph/list.h

index c8da91a1388f7941a05bbae9d1a8addf3e56f4c6..41be77ac75c2b225f897fdbc47206b92cdea9249 100644 (file)
@@ -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                                                  \
    */                                                                          \