Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/common lint: fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/bfa2e384f6a4
branches:  trunk
changeset: 958208:bfa2e384f6a4
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Dec 28 18:06:23 2020 +0000

description:
lint: fix typo in comment

diffstat:

 usr.bin/xlint/common/lint.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 745cc8eecb37 -r bfa2e384f6a4 usr.bin/xlint/common/lint.h
--- a/usr.bin/xlint/common/lint.h       Mon Dec 28 17:00:37 2020 +0000
+++ b/usr.bin/xlint/common/lint.h       Mon Dec 28 18:06:23 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lint.h,v 1.14 2018/09/07 15:16:15 christos Exp $       */
+/*     $NetBSD: lint.h,v 1.15 2020/12/28 18:06:23 rillig Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -100,7 +100,7 @@
        u_int   tt_isatyp : 1;          /* 1 if arithmetic type */
        u_int   tt_issclt : 1;          /* 1 if scalar type */
        u_int   tt_isctyp : 1;          /* 1 if complex type */
-       const char *tt_name;            /* Bezeichnung des Typs */
+       const char *tt_name;            /* name of the type */
 } ttab_t;
 
 #define size(t)                (ttab[t].tt_sz)



Home | Main Index | Thread Index | Old Index