Date: Mon, 28 Mar 2022 17:34:20 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 066e393f8f76 - main - libc: Fix a typo in a source code comment Message-ID: <202203281734.22SHYKFR063052@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=066e393f8f76156d9029e8ba6d16915a58d4cd67 commit 066e393f8f76156d9029e8ba6d16915a58d4cd67 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-06 16:25:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-28 17:34:14 +0000 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 @@ 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?202203281734.22SHYKFR063052>