]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: fix missing words in lldpctl.h
authorVincent Bernat <vincent@bernat.ch>
Sat, 27 Jul 2019 15:00:25 +0000 (17:00 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 27 Jul 2019 15:00:25 +0000 (17:00 +0200)
src/lib/lldpctl.h

index 9c0c3c5d94ff7ca85214bbb92b613ae6c23a9845..53d3c4bc40f5f14799d61f5ab32dfc5689d71f08 100644 (file)
@@ -642,13 +642,13 @@ lldpctl_atom_t *lldpctl_get_default_port(lldpctl_conn_t *conn);
  * written. An atom marked with (IS) can be retrieved as an integer and features
  * an appropriate representation as a string (usually, the name of a constant)
  * which is more meaningful than just the integer. An atom marked as (I) can be
- * retrieved and as a string. In the later case, this is just a string
- * representation of the integer. An atom marked with (AL) can be retrieved as
- * an atom only and can be iterated over. This is usually a list of things. An
- * atom marked (I,W) can be read as an integer or a string and can be written as
- * an integer. The change would not be commited until the atom is written to the
- * nearest atom supporting (A,WO) operation (eventually with an indirection, i.e
- * first write to a (A,W), then to a (A,WO)).
+ * retrieved as an integer and as a string. In the later case, this is just a
+ * string representation of the integer. An atom marked with (AL) can be
+ * retrieved as an atom only and can be iterated over. This is usually a list of
+ * things. An atom marked (I,W) can be read as an integer or a string and can be
+ * written as an integer. The change would not be commited until the atom is
+ * written to the nearest atom supporting (A,WO) operation (eventually with an
+ * indirection, i.e first write to a (A,W), then to a (A,WO)).
  */
 typedef enum {
        lldpctl_k_config_tx_interval, /**< `(I,WO)` Transmit interval. When set to -1, it is meant to transmit now. */