summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-11-29 20:09:58 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-11-29 20:09:58 +0000
commit441c1f3215bf7bf479dbc3384c6acb2028922ef4 (patch)
treec9d4797ecc4b488fd3353f3058b7a6b4944f7a36 /usr.bin/xlint
parent26bf7df0949ee0569020e64ef403e3be80879a53 (diff)
Typo
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/op.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/op.h b/usr.bin/xlint/lint1/op.h
index 66528a4842c..80d55631795 100644
--- a/usr.bin/xlint/lint1/op.h
+++ b/usr.bin/xlint/lint1/op.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: op.h,v 1.2 1996/06/26 05:44:17 deraadt Exp $ */
+/* $OpenBSD: op.h,v 1.3 2005/11/29 20:09:57 cloder Exp $ */
/* $NetBSD: op.h,v 1.2 1995/07/03 21:24:27 cgd Exp $ */
/*
@@ -49,7 +49,7 @@ typedef struct {
u_int m_tlansiu : 1; /* warning if left op. is unsign. in ANSI C */
u_int m_transiu : 1; /* warning if right op. is unsign. in ANSI C */
u_int m_tpconf : 1; /* test possible precedence confusion */
- u_int m_comp : 1; /* op. performs comparision */
+ u_int m_comp : 1; /* op. performs comparison */
u_int m_enumop : 1; /* valid operation on enums */
u_int m_badeop : 1; /* dubious operation on enums */
u_int m_eqwarn : 1; /* warning if on operand stems from == */