Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/xlint/lint2 tests/lint: fix copy-and-paste typ...



details:   https://anonhg.NetBSD.org/src/rev/45df70d49745
branches:  trunk
changeset: 1027699:45df70d49745
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Dec 16 09:38:54 2021 +0000

description:
tests/lint: fix copy-and-paste typo in comment

diffstat:

 tests/usr.bin/xlint/lint2/t_lint2.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b4f1857dec35 -r 45df70d49745 tests/usr.bin/xlint/lint2/t_lint2.sh
--- a/tests/usr.bin/xlint/lint2/t_lint2.sh      Thu Dec 16 03:53:13 2021 +0000
+++ b/tests/usr.bin/xlint/lint2/t_lint2.sh      Thu Dec 16 09:38:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_lint2.sh,v 1.12 2021/12/16 03:53:13 rillig Exp $
+# $NetBSD: t_lint2.sh,v 1.13 2021/12/16 09:38:54 rillig Exp $
 #
 # Copyright (c) 2021 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -182,7 +182,7 @@
 
 missing_newline_body()
 {
-       # Before read.c 1.71 from 2021-12-16, the error message was just 'c'
+       # Before read.c 1.72 from 2021-12-16, the error message was just 'c'
        # without any textual description or context, and the line number was
        # off by one, it was reported as line 0.
 



Home | Main Index | Thread Index | Old Index