summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Champetier <champetier.etienne@gmail.com>2023-02-28 00:43:35 -0500
committerThomas Haller <thaller@redhat.com>2023-02-28 11:29:59 +0100
commit0decc027ba889eebc2e927f46022652c67b05eb1 (patch)
treeec0ce8bfc0c5c28906f4a44f84962aef1d61597c
parentfb03dbacd8808fca9e4b982c2c841faa5193178a (diff)
downloadNetworkManager-0decc027ba889eebc2e927f46022652c67b05eb1.tar.gz
platform/trivial: fix route type name (unavailable -> unreachable)
Fixes: 766349879ed2 ('platform/trivial: add code comments for NMPGlobalTracker')
-rw-r--r--src/libnm-platform/nmp-global-tracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-platform/nmp-global-tracker.c b/src/libnm-platform/nmp-global-tracker.c
index 122ba0ea7f..3fd31e4e14 100644
--- a/src/libnm-platform/nmp-global-tracker.c
+++ b/src/libnm-platform/nmp-global-tracker.c
@@ -26,7 +26,7 @@
* view. That is mainly, because such objects are themselves tied to an ifindex.
*
* However, for certain objects that's not the case. For example, policy routing
- * rules, certain route types (blackhole, unavailable, prohibit, throw) and MPTCP
+ * rules, certain route types (blackhole, unreachable, prohibit, throw) and MPTCP
* endpoints require a holistic view of the system. That is, because rules and
* these route types have no ifindex. For MPTCP endpoints, they have an ifindex,
* however we can only configure a small number of them at a time, so we need a