Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/389407bfbc7c
branches:  trunk
changeset: 933551:389407bfbc7c
user:      rin <rin%NetBSD.org@localhost>
date:      Wed May 27 02:03:30 2020 +0000

description:
Fix typo.

diffstat:

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

diffs (18 lines):

diff -r 9c4261802ff5 -r 389407bfbc7c sys/sys/namei.src
--- a/sys/sys/namei.src Wed May 27 00:36:07 2020 +0000
+++ b/sys/sys/namei.src Wed May 27 02:03:30 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namei.src,v 1.56 2020/05/26 22:05:52 ad Exp $  */
+/*     $NetBSD: namei.src,v 1.57 2020/05/27 02:03:30 rin Exp $ */
 
 /*
  * Copyright (c) 1985, 1989, 1991, 1993
@@ -163,7 +163,7 @@
 NAMEIFL        ISDOTDOT        0x0002000       /* current component name is .. */
 NAMEIFL        MAKEENTRY       0x0004000       /* entry is to be added to name cache */
 NAMEIFL        ISLASTCN        0x0008000       /* this is last component of pathname */
-NAMIEFL        WILLBEDIR       0x0010000       /* new files will be dirs */
+NAMEIFL        WILLBEDIR       0x0010000       /* new files will be dirs */
 NAMEIFL        ISWHITEOUT      0x0020000       /* found whiteout */
 NAMEIFL        DOWHITEOUT      0x0040000       /* do whiteouts */
 NAMEIFL        REQUIREDIR      0x0080000       /* must be a directory */



Home | Main Index | Thread Index | Old Index