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/lint1 tests/lint: fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/10834c9fef59
branches:  trunk
changeset: 372913:10834c9fef59
user:      rillig <rillig%NetBSD.org@localhost>
date:      Wed Jan 04 05:32:01 2023 +0000

description:
tests/lint: fix typo in comment

diffstat:

 tests/usr.bin/xlint/lint1/c11_generic_expression.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba5e3994da4c -r 10834c9fef59 tests/usr.bin/xlint/lint1/c11_generic_expression.c
--- a/tests/usr.bin/xlint/lint1/c11_generic_expression.c        Wed Jan 04 05:25:08 2023 +0000
+++ b/tests/usr.bin/xlint/lint1/c11_generic_expression.c        Wed Jan 04 05:32:01 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: c11_generic_expression.c,v 1.13 2022/06/22 19:23:18 rillig Exp $       */
+/*     $NetBSD: c11_generic_expression.c,v 1.14 2023/01/04 05:32:01 rillig Exp $       */
 # 3 "c11_generic_expression.c"
 
 /*
@@ -8,7 +8,7 @@
  * The generic selection is typically used with macros, but since lint1 works
  * on the preprocessed source, the test cases look a bit strange.
  *
- * C99 6.5.1.1 "Generic selection"
+ * C11 6.5.1.1 "Generic selection"
  */
 
 /* lint1-extra-flags: -Ac11 */



Home | Main Index | Thread Index | Old Index