Source-Changes-HG archive

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

[src/trunk]: src Fix a typo, dependancy -> dependency



details:   https://anonhg.NetBSD.org/src/rev/04b58d340964
branches:  trunk
changeset: 571349:04b58d340964
user:      peter <peter%NetBSD.org@localhost>
date:      Fri Nov 19 14:18:53 2004 +0000

description:
Fix a typo, dependancy -> dependency

ok wiz@

diffstat:

 sys/kern/vfs_lockf.c                 |  6 +++---
 usr.bin/tn3270/tools/mkmake/mkmake.y |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (55 lines):

diff -r 1e79d2c0d93d -r 04b58d340964 sys/kern/vfs_lockf.c
--- a/sys/kern/vfs_lockf.c      Fri Nov 19 14:18:01 2004 +0000
+++ b/sys/kern/vfs_lockf.c      Fri Nov 19 14:18:53 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_lockf.c,v 1.35 2004/04/25 16:42:41 simonb Exp $    */
+/*     $NetBSD: vfs_lockf.c,v 1.36 2004/11/19 14:18:53 peter Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_lockf.c,v 1.35 2004/04/25 16:42:41 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_lockf.c,v 1.36 2004/11/19 14:18:53 peter Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -309,7 +309,7 @@
                                }
                        }
                        /*
-                        * If we're still following a dependancy chain
+                        * If we're still following a dependency chain
                         * after maxlockdepth iterations, assume we're in
                         * a cycle to be safe.
                         */
diff -r 1e79d2c0d93d -r 04b58d340964 usr.bin/tn3270/tools/mkmake/mkmake.y
--- a/usr.bin/tn3270/tools/mkmake/mkmake.y      Fri Nov 19 14:18:01 2004 +0000
+++ b/usr.bin/tn3270/tools/mkmake/mkmake.y      Fri Nov 19 14:18:53 2004 +0000
@@ -1,5 +1,5 @@
 %{
-/*     $NetBSD: mkmake.y,v 1.11 2003/08/07 11:16:43 agc Exp $  */
+/*     $NetBSD: mkmake.y,v 1.12 2004/11/19 14:19:45 peter Exp $        */
 /*-
  * Copyright (c) 1988 The Regents of the University of California.
  * All rights reserved.
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)mkmake.y   4.2 (Berkeley) 4/26/91";
 #else
-__RCSID("$NetBSD: mkmake.y,v 1.11 2003/08/07 11:16:43 agc Exp $");
+__RCSID("$NetBSD: mkmake.y,v 1.12 2004/11/19 14:19:45 peter Exp $");
 #endif
 #endif /* not lint */
 
@@ -61,7 +61,7 @@
  * (and, we restrict any given one to live on one and only one such list)
  *
  * Also, they may live on the list of values for someone else's variable,
- * or as someone's dependancy.
+ * or as someone's dependency.
  */
 
 typedef struct same {



Home | Main Index | Thread Index | Old Index