From db76b22816226b0a3abd8582ee2ff6e8e7a7dbf9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 27 Jul 2019 17:00:25 +0200 Subject: [PATCH] lib: fix missing words in lldpctl.h --- src/lib/lldpctl.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/lldpctl.h b/src/lib/lldpctl.h index 9c0c3c5d..53d3c4bc 100644 --- a/src/lib/lldpctl.h +++ b/src/lib/lldpctl.h @@ -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. */ -- 2.39.5