summaryrefslogtreecommitdiff
path: root/src/shared/netif-naming-scheme.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-03-17 23:53:03 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-18 08:14:01 +0900
commitad337e55a3d2e167498c3af23ea2dae5a66ccf90 (patch)
tree68616136349cd52731c63b7e262799a106aeb20a /src/shared/netif-naming-scheme.c
parent3c45ad24c2cc179da0c01ac1175f58cac4625f77 (diff)
downloadsystemd-ad337e55a3d2e167498c3af23ea2dae5a66ccf90.tar.gz
tree-wide: fix duplicated words
the the in in not not we we
Diffstat (limited to 'src/shared/netif-naming-scheme.c')
-rw-r--r--src/shared/netif-naming-scheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/netif-naming-scheme.c b/src/shared/netif-naming-scheme.c
index 245466c4cb..a2bc4fa55a 100644
--- a/src/shared/netif-naming-scheme.c
+++ b/src/shared/netif-naming-scheme.c
@@ -29,7 +29,7 @@ static const NamingScheme naming_schemes[] = {
};
const NamingScheme* naming_scheme_from_name(const char *name) {
- /* "latest" may either be defined explicitly by the extra map, in which case we we will find it in
+ /* "latest" may either be defined explicitly by the extra map, in which case we will find it in
* the table like any other name. After iterating through the table, we check for "latest" again,
* which means that if not mapped explicitly, it maps to the last defined entry, whatever that is. */