git: 7c46e06d09e7 - stable/13 - libc: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:35:25 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7c46e06d09e75281539704a87675f512566a8a49 commit 7c46e06d09e75281539704a87675f512566a8a49 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:28:50 +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