Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makemandb makemandb.c: fix grammar in a comment



details:   https://anonhg.NetBSD.org/src/rev/b04d14dd7fe4
branches:  trunk
changeset: 372194:b04d14dd7fe4
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Sun Oct 30 01:49:30 2022 +0000

description:
makemandb.c: fix grammar in a comment

diffstat:

 usr.sbin/makemandb/makemandb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bf5223fa799a -r b04d14dd7fe4 usr.sbin/makemandb/makemandb.c
--- a/usr.sbin/makemandb/makemandb.c    Sun Oct 30 01:46:16 2022 +0000
+++ b/usr.sbin/makemandb/makemandb.c    Sun Oct 30 01:49:30 2022 +0000
@@ -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@localhost>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps%bsd.lv@localhost>
@@ -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 @@
 }
 
 /* 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



Home | Main Index | Thread Index | Old Index