aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Erickson <erick205@umn.edu>2023-12-04 11:56:52 -0800
committerMarcel Holtmann <marcel@holtmann.org>2023-12-08 01:55:44 +0100
commit990533556401a24b895157bff2b3addc8b58b151 (patch)
treea974e7f28d1c7c66fc80d1ea3ce5177231fd6761
parent590d91cc5bb2e93391c1145fd1e9a3efe0179230 (diff)
downloadconnman-990533556401a24b895157bff2b3addc8b58b151.tar.gz
connection: Fix documentation typos.
This corrects prior documentation '@param' typos for 'check_default_gateway' and 'remove_gateway'.
-rw-r--r--src/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection.c b/src/connection.c
index db108ed03..0dadc99e2 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.