Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/src/trunk]: .joined/src/lib/libc/rpc s/compnent/component/



details:   https://anonhg.NetBSD.org/.joined/src/rev/3d1648fac40d
branches:  trunk
changeset: 359429:3d1648fac40d
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Jan 04 22:10:08 2022 +0000

description:
s/compnent/component/

diffstat:

 lib/libc/rpc/getnetpath.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 30d058140f5a -r 3d1648fac40d lib/libc/rpc/getnetpath.c
--- a/lib/libc/rpc/getnetpath.c Tue Jan 04 20:01:52 2022 +0000
+++ b/lib/libc/rpc/getnetpath.c Tue Jan 04 22:10:08 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: getnetpath.c,v 1.17 2013/03/11 20:19:29 tron Exp $     */
+/*     $NetBSD: getnetpath.c,v 1.18 2022/01/04 22:10:08 andvar Exp $   */
 
 /*
  * Copyright (c) 2010, Oracle America, Inc.
@@ -36,7 +36,7 @@
 #if 0
 static        char sccsid[] = "@(#)getnetpath.c        1.11 91/12/19 SMI";
 #else
-__RCSID("$NetBSD: getnetpath.c,v 1.17 2013/03/11 20:19:29 tron Exp $");
+__RCSID("$NetBSD: getnetpath.c,v 1.18 2022/01/04 22:10:08 andvar Exp $");
 #endif
 #endif
 
@@ -140,7 +140,7 @@
  * 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



Home | Main Index | Thread Index | Old Index