Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makemandb s/trival/trivial/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/a63047742524
branches:  trunk
changeset: 1026734:a63047742524
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 08:18:18 2021 +0000

description:
s/trival/trivial/ in comment.

diffstat:

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

diffs (27 lines):

diff -r 33d080897de3 -r a63047742524 usr.sbin/makemandb/makemandb.c
--- a/usr.sbin/makemandb/makemandb.c    Sun Dec 05 08:17:21 2021 +0000
+++ b/usr.sbin/makemandb/makemandb.c    Sun Dec 05 08:18:18 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makemandb.c,v 1.60 2019/05/18 07:56:43 abhinav Exp $   */
+/*     $NetBSD: makemandb.c,v 1.61 2021/12/05 08:18:18 msaitoh 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.60 2019/05/18 07:56:43 abhinav Exp $");
+__RCSID("$NetBSD: makemandb.c,v 1.61 2021/12/05 08:18:18 msaitoh Exp $");
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -1259,7 +1259,7 @@
 
        /*
         * Check if this section should be extracted and
-        * where it should be stored. Handled the trival cases first.
+        * where it should be stored. Handled the trivial cases first.
         */
        for (i = 0; i < sizeof(mapping) / sizeof(mapping[0]); ++i) {
                if (strcmp(head->string, mapping[i].header) == 0) {



Home | Main Index | Thread Index | Old Index