diff options
| author | gutteridge <gutteridge@NetBSD.org> | 2022-10-30 01:49:30 +0000 |
|---|---|---|
| committer | gutteridge <gutteridge@NetBSD.org> | 2022-10-30 01:49:30 +0000 |
| commit | 8bc82885700a9b5d427902ab12f22015ff655b33 (patch) | |
| tree | eb0da443efdb57ce63d44fa1701143ff62172d07 /usr.sbin/makemandb | |
| parent | 0ded9e0eb9ca5504ca6fa30e606e96ea7e9a86cd (diff) | |
makemandb.c: fix grammar in a comment
Diffstat (limited to 'usr.sbin/makemandb')
| -rw-r--r-- | usr.sbin/makemandb/makemandb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/makemandb/makemandb.c b/usr.sbin/makemandb/makemandb.c index ad5413dde47..a4bda40ec5d 100644 --- a/usr.sbin/makemandb/makemandb.c +++ b/usr.sbin/makemandb/makemandb.c @@ -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 <er.abhinav.upadhyay@gmail.com> * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -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 char *file, sqlite3 *db, } /* 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 |
