Source-Changes-HG archive

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

[src/trunk]: src/sys/coda s/sybolic/symbolic/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/cb90ae228d82
branches:  trunk
changeset: 1026729:cb90ae228d82
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 08:10:39 2021 +0000

description:
s/sybolic/symbolic/ in comment.

diffstat:

 sys/coda/coda_vnops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 137aaa8c92cb -r cb90ae228d82 sys/coda/coda_vnops.c
--- a/sys/coda/coda_vnops.c     Sun Dec 05 08:09:30 2021 +0000
+++ b/sys/coda/coda_vnops.c     Sun Dec 05 08:10:39 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coda_vnops.c,v 1.116 2021/10/20 03:08:16 thorpej Exp $ */
+/*     $NetBSD: coda_vnops.c,v 1.117 2021/12/05 08:10:39 msaitoh Exp $ */
 
 /*
  *
@@ -46,7 +46,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coda_vnops.c,v 1.116 2021/10/20 03:08:16 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: coda_vnops.c,v 1.117 2021/12/05 08:10:39 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1465,7 +1465,7 @@
     /*
      * Here's the strategy for the moment: perform the symlink, then
      * do a lookup to grab the resulting vnode.  I know this requires
-     * two communications with Venus for a new sybolic link, but
+     * two communications with Venus for a new symbolic link, but
      * that's the way the ball bounces.  I don't yet want to change
      * the way the Mach symlink works.  When Mach support is
      * deprecated, we should change symlink so that the common case



Home | Main Index | Thread Index | Old Index