diff mbox series

[84/90] connection: Fix documentation typos.

Message ID 20231206235056.322578-88-gerickson@nuovations.com (mailing list archive)
State Not Applicable, archived
Headers show
Series Add Gateway Low-priority Default Routes for Non-default Services | expand

Commit Message

Grant Erickson Dec. 6, 2023, 11:50 p.m. UTC
From: Grant Erickson <erick205@umn.edu>

This corrects prior documentation '@param' typos for
'check_default_gateway' and 'remove_gateway'.
---
 src/connection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/src/connection.c b/src/connection.c
index db108ed03a19..0dadc99e2337 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -3038,7 +3038,7 @@  static void check_default_gateway(struct gateway_data *activated)
  *
  *  @param[in]  index    The network interface index associated with
  *                       the newly-added gateway, or default router.
- *  @param[in]  gateway  An pointer to an immutable null-terminated
+ *  @param[in]  gateway  A pointer to an immutable null-terminated
  *                       C string containing the text-
  *                       formatted address of the gateway, or default
  *                       router, that was added.
@@ -3165,7 +3165,7 @@  static void remove_gateway(gpointer user_data)
  *
  *  @param[in]  index    The network interface index associated with
  *                       the newly-removed gateway, or default router.
- *  @param[in]  gateway  An pointer to an immutable null-terminated
+ *  @param[in]  gateway  A pointer to an immutable null-terminated
  *                       C string containing the text-
  *                       formatted address of the gateway, or default
  *                       router, that was removed.