Date: Sat, 2 Apr 2022 13:44:00 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6f6bb2a6ceb8 - stable/12 - libc: Fix a typo in a source code comment Message-ID: <202204021344.232Di0mf017888@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6f6bb2a6ceb88c24ccb168f51c7c5b5b2508e831 commit 6f6bb2a6ceb88c24ccb168f51c7c5b5b2508e831 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-06 16:25:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 13:43:22 +0000 libc: Fix a typo in a source code comment - s/compnent/component/ (cherry picked from commit 066e393f8f76156d9029e8ba6d16915a58d4cd67) --- 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 @@ failed: * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021344.232Di0mf017888>