Module Name: src
Committed By: gutteridge
Date: Sun Oct 30 01:49:31 UTC 2022
Modified Files:
src/usr.sbin/makemandb: makemandb.c
Log Message:
makemandb.c: fix grammar in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/makemandb/makemandb.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.sbin/makemandb/makemandb.c
diff -u src/usr.sbin/makemandb/makemandb.c:1.65 src/usr.sbin/makemandb/makemandb.c:1.66
--- src/usr.sbin/makemandb/makemandb.c:1.65 Wed Oct 26 21:56:19 2022
+++ src/usr.sbin/makemandb/makemandb.c Sun Oct 30 01:49:30 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: makemandb.c,v 1.65 2022/10/26 21:56:19 andvar Exp $ */
+/* $NetBSD: makemandb.c,v 1.66 2022/10/30 01:49:30 gutteridge Exp $ */
/*
* Copyright (c) 2011 Abhinav Upadhyay <[email protected]>
* Copyright (c) 2011 Kristaps Dzonsons <[email protected]>
@@ -17,7 +17,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: makemandb.c,v 1.65 2022/10/26 21:56:19 andvar Exp $");
+__RCSID("$NetBSD: makemandb.c,v 1.66 2022/10/30 01:49:30 gutteridge Exp $");
#include <sys/stat.h>
#include <sys/types.h>
@@ -503,7 +503,7 @@ traversedir(const char *parent, const ch
}
/* build_file_cache --
- * This function generates a md5 hash of the file passed as its 2nd parameter
+ * This function generates an md5 hash of the file passed as its 2nd parameter
* and stores it in a temporary table file_cache along with the full file path.
* This is done to support incremental update of the database.
* The temporary table file_cache is dropped thereafter in the function