From 066e393f8f76156d9029e8ba6d16915a58d4cd67 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 6 Feb 2022 17:25:59 +0100 Subject: [PATCH] libc: Fix a typo in a source code comment - s/compnent/component/ MFC after: 3 days --- lib/libc/rpc/getnetpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/rpc/getnetpath.c b/lib/libc/rpc/getnetpath.c index e0758de8ded3..37e30ad019aa 100644 --- a/lib/libc/rpc/getnetpath.c +++ b/lib/libc/rpc/getnetpath.c @@ -135,7 +135,7 @@ setnetpath(void) * NULL and sets errno in case of an error (e.g., setnetpath was not called * previously). * getnetpath() silently ignores invalid NETPATH components. A NETPATH - * compnent is invalid if there is no corresponding entry in the netconfig + * component is invalid if there is no corresponding entry in the netconfig * database. * If the NETPATH variable is unset, getnetpath() behaves as if NETPATH * were set to the sequence of default or visible networks in the netconfig