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/b6f25f74bd05
branches: trunk
changeset: 1019855:b6f25f74bd05
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 81826946f50c -r b6f25f74bd05 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