Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make: fix grammar in comment of DirFindDot



details:   https://anonhg.NetBSD.org/src/rev/2f8196ae8e17
branches:  trunk
changeset: 365993:2f8196ae8e17
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat May 07 21:19:43 2022 +0000

description:
make: fix grammar in comment of DirFindDot

diffstat:

 usr.bin/make/dir.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 913bff5a8a14 -r 2f8196ae8e17 usr.bin/make/dir.c
--- a/usr.bin/make/dir.c        Sat May 07 19:44:40 2022 +0000
+++ b/usr.bin/make/dir.c        Sat May 07 21:19:43 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dir.c,v 1.278 2022/02/04 23:22:19 rillig Exp $ */
+/*     $NetBSD: dir.c,v 1.279 2022/05/07 21:19:43 rillig Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -138,7 +138,7 @@
 #include "job.h"
 
 /*     "@(#)dir.c      8.2 (Berkeley) 1/2/94"  */
-MAKE_RCSID("$NetBSD: dir.c,v 1.278 2022/02/04 23:22:19 rillig Exp $");
+MAKE_RCSID("$NetBSD: dir.c,v 1.279 2022/05/07 21:19:43 rillig Exp $");
 
 /*
  * A search path is a list of CachedDir structures. A CachedDir has in it the
@@ -1035,7 +1035,7 @@
 }
 
 /*
- * Find the file given on "." or curdir.
+ * Find the given file in "." or curdir.
  * Return the freshly allocated path to the file, or NULL.
  */
 static char *



Home | Main Index | Thread Index | Old Index