Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/lint1 lint: adjust type in documentation of ad...



details:   https://anonhg.NetBSD.org/src/rev/12d3160ec26c
branches:  trunk
changeset: 953842:12d3160ec26c
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Mar 21 20:18:45 2021 +0000

description:
lint: adjust type in documentation of add_array

No functional change.

diffstat:

 usr.bin/xlint/lint1/decl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c47b5ebab2a2 -r 12d3160ec26c usr.bin/xlint/lint1/decl.c
--- a/usr.bin/xlint/lint1/decl.c        Sun Mar 21 20:08:21 2021 +0000
+++ b/usr.bin/xlint/lint1/decl.c        Sun Mar 21 20:18:45 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: decl.c,v 1.156 2021/03/21 10:30:28 rillig Exp $ */
+/* $NetBSD: decl.c,v 1.157 2021/03/21 20:18:45 rillig Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: decl.c,v 1.156 2021/03/21 10:30:28 rillig Exp $");
+__RCSID("$NetBSD: decl.c,v 1.157 2021/03/21 20:18:45 rillig Exp $");
 #endif
 
 #include <sys/param.h>
@@ -1345,7 +1345,7 @@
 }
 
 /*
- * If a dimension was specified, dim is 1, otherwise 0
+ * If a dimension was specified, dim is true, otherwise false
  * n is the specified dimension
  */
 sym_t *



Home | Main Index | Thread Index | Old Index