Source-Changes-HG archive

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

[src/ad-namecache]: src/sys/sys Fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/153a32a6761f
branches:  ad-namecache
changeset: 745531:153a32a6761f
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Mar 04 20:21:05 2020 +0000

description:
Fix a comment.

diffstat:

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

diffs (19 lines):

diff -r 8fb0b0f0b295 -r 153a32a6761f sys/sys/namei.src
--- a/sys/sys/namei.src Tue Mar 03 22:30:57 2020 +0000
+++ b/sys/sys/namei.src Wed Mar 04 20:21:05 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namei.src,v 1.47.2.6 2020/01/24 16:48:59 ad Exp $      */
+/*     $NetBSD: namei.src,v 1.47.2.7 2020/03/04 20:21:05 ad Exp $      */
 
 /*
  * Copyright (c) 1985, 1989, 1991, 1993
@@ -203,8 +203,7 @@
  *
  * This structure describes the elements in the cache of recent names looked
  * up by namei.  It's carefully sized to take up 128 bytes on _LP64, to make
- * good use of space and the CPU caches; nc_name is aligned on an 8-byte
- * boundary to make string comparisons cheaper.
+ * good use of space and the CPU caches.
  *
  * Field markings and their corresponding locks:
  *



Home | Main Index | Thread Index | Old Index