Module Name:    src
Committed By:   rillig
Date:           Sat May  7 21:19:43 UTC 2022

Modified Files:
        src/usr.bin/make: dir.c

Log Message:
make: fix grammar in comment of DirFindDot


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/usr.bin/make/dir.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/dir.c
diff -u src/usr.bin/make/dir.c:1.278 src/usr.bin/make/dir.c:1.279
--- src/usr.bin/make/dir.c:1.278	Fri Feb  4 23:22:19 2022
+++ src/usr.bin/make/dir.c	Sat May  7 21:19:43 2022
@@ -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 @@ DirLookupAbs(CachedDir *dir, const char 
 }
 
 /*
- * 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 *

Reply via email to