summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint1/lint.h
diff options
context:
space:
mode:
authorMoritz Jodeit <moritz@cvs.openbsd.org>2006-03-08 07:18:52 +0000
committerMoritz Jodeit <moritz@cvs.openbsd.org>2006-03-08 07:18:52 +0000
commitb9090b32b151b4c468b823b982594e83a0921fe9 (patch)
tree5447bc74af39f544df5645df816e1a2827336009 /usr.bin/xlint/lint1/lint.h
parent4601e2a18312aa0a1106f5d2a3628d51c2acf4c0 (diff)
some cleanup including:
o typos in comments o missing #include o remove pointless nomem() func o unused variables o more use of asprintf(3) ok deraadt@
Diffstat (limited to 'usr.bin/xlint/lint1/lint.h')
-rw-r--r--usr.bin/xlint/lint1/lint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/lint.h b/usr.bin/xlint/lint1/lint.h
index 45c61902477..ff2589e1777 100644
--- a/usr.bin/xlint/lint1/lint.h
+++ b/usr.bin/xlint/lint1/lint.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: lint.h,v 1.3 2005/12/10 18:51:54 martin Exp $ */
+/* $OpenBSD: lint.h,v 1.4 2006/03/08 07:18:51 moritz Exp $ */
/* $NetBSD: lint.h,v 1.2 1995/07/03 21:24:18 cgd Exp $ */
/*
@@ -39,7 +39,7 @@
#include "param.h"
/*
- * Type specifiers, used in type structures (type_t) and otherwere.
+ * Type specifiers, used in type structures (type_t) and elsewhere.
*/
typedef enum {
NOTSPEC,