summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1/lint1.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2015-08-11 02:58:33 +0000
committerpfg <pfg@FreeBSD.org>2015-08-11 02:58:33 +0000
commit5df4f5c77b007dcee271af9df7aa1c412e2b886c (patch)
tree6d8e7ede6780dba9b1d36d3ca5a512c657ea1a3f /usr.bin/xlint/lint1/lint1.h
parent36e69847ab593cfeb21170015863e0d36271ae11 (diff)
downloadFreeBSD-src-5df4f5c77b007dcee271af9df7aa1c412e2b886c.zip
FreeBSD-src-5df4f5c77b007dcee271af9df7aa1c412e2b886c.tar.gz
xlint(1): Fix some typos in comments and translate some german
No functional change. Obtained from: OpenBSD (where xlint is no more)
Diffstat (limited to 'usr.bin/xlint/lint1/lint1.h')
-rw-r--r--usr.bin/xlint/lint1/lint1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/lint1.h b/usr.bin/xlint/lint1/lint1.h
index 1eb1cc2..da40d3a 100644
--- a/usr.bin/xlint/lint1/lint1.h
+++ b/usr.bin/xlint/lint1/lint1.h
@@ -273,7 +273,7 @@ typedef struct tnode {
op_t tn_op; /* operator */
type_t *tn_type; /* type */
u_int tn_lvalue : 1; /* node is lvalue */
- u_int tn_cast : 1; /* if tn_op == CVT its an explizit cast */
+ u_int tn_cast : 1; /* if tn_op == CVT its an explicit cast */
u_int tn_parn : 1; /* node parenthesized */
union {
struct {
OpenPOWER on IntegriCloud