Source-Changes-HG archive

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

[src/trunk]: src/sys/sys correct typo in SAVENAME's comment



details:   https://anonhg.NetBSD.org/src/rev/44235e4932c2
branches:  trunk
changeset: 475942:44235e4932c2
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Aug 30 14:55:24 1999 +0000

description:
correct typo in SAVENAME's comment

diffstat:

 sys/sys/namei.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1531469150da -r 44235e4932c2 sys/sys/namei.h
--- a/sys/sys/namei.h   Mon Aug 30 13:12:50 1999 +0000
+++ b/sys/sys/namei.h   Mon Aug 30 14:55:24 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namei.h,v 1.16 1999/07/07 22:58:45 wrstuden Exp $      */
+/*     $NetBSD: namei.h,v 1.17 1999/08/30 14:55:24 jdolecek Exp $      */
 
 /*
  * Copyright (c) 1985, 1989, 1991, 1993
@@ -129,7 +129,7 @@
 #define        NOCROSSMOUNT    0x0000100       /* do not cross mount points */
 #define        RDONLY          0x0000200       /* lookup with read-only semantics */
 #define        HASBUF          0x0000400       /* has allocated pathname buffer */
-#define        SAVENAME        0x0000800       /* save pathanme buffer */
+#define        SAVENAME        0x0000800       /* save pathname buffer */
 #define        SAVESTART       0x0001000       /* save starting directory */
 #define ISDOTDOT       0x0002000       /* current component name is .. */
 #define MAKEENTRY      0x0004000       /* entry is to be added to name cache */



Home | Main Index | Thread Index | Old Index