summaryrefslogtreecommitdiff
path: root/regress/usr.bin/xlint
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-12-01 14:23:03 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-12-01 14:23:03 +0000
commitaaf4a3415cbe048713c43813becc27f6ce25d679 (patch)
treeb37374fe72f8bb948fa65f617e6356ce159148af /regress/usr.bin/xlint
parentb4f14ddc6d60fd7567d21e3d52a8748f50475764 (diff)
Fix comment, noted by Dries Schellekens
Diffstat (limited to 'regress/usr.bin/xlint')
-rw-r--r--regress/usr.bin/xlint/test-9.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/xlint/test-9.c b/regress/usr.bin/xlint/test-9.c
index 0d311647651..53281ed3deb 100644
--- a/regress/usr.bin/xlint/test-9.c
+++ b/regress/usr.bin/xlint/test-9.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: test-9.c,v 1.1 2005/12/01 05:19:25 cloder Exp $ */
+/* $OpenBSD: test-9.c,v 1.2 2005/12/01 14:23:02 cloder Exp $ */
/*
* Placed in the public domain by Chad Loder <cloder@openbsd.org>.
*
- * Test warning on things declared in the translation unit but never
- * defined.
+ * Test warning on inequality comparison of unsigned value with
+ * 0.
*/
/* ARGSUSED */