Module Name: src
Committed By: rillig
Date: Mon Jan 16 00:37:59 UTC 2023
Modified Files:
src/tests/usr.bin/xlint/lint1: expr_sizeof.c
Log Message:
tests/lint: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/expr_sizeof.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/xlint/lint1/expr_sizeof.c
diff -u src/tests/usr.bin/xlint/lint1/expr_sizeof.c:1.3 src/tests/usr.bin/xlint/lint1/expr_sizeof.c:1.4
--- src/tests/usr.bin/xlint/lint1/expr_sizeof.c:1.3 Sun Jan 15 13:55:06 2023
+++ src/tests/usr.bin/xlint/lint1/expr_sizeof.c Mon Jan 16 00:37:59 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: expr_sizeof.c,v 1.3 2023/01/15 13:55:06 rillig Exp $ */
+/* $NetBSD: expr_sizeof.c,v 1.4 2023/01/16 00:37:59 rillig Exp $ */
# 3 "expr_sizeof.c"
/*
@@ -65,7 +65,7 @@ variable_length_array(int n)
/*
* Since the array length is not constant, it cannot be used in a
- * typedef. Code like this are already rejected by the compiler. For
+ * typedef. Code like this is already rejected by the compiler. For
* simplicity, lint assumes that the array has length 1.
*/
/* expect+1: error: negative array dimension (-4) [20] */