summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1/emit1.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/lint1/emit1.c')
-rw-r--r--usr.bin/xlint/lint1/emit1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/emit1.c b/usr.bin/xlint/lint1/emit1.c
index fc47a84..e62549c 100644
--- a/usr.bin/xlint/lint1/emit1.c
+++ b/usr.bin/xlint/lint1/emit1.c
@@ -36,6 +36,7 @@
#if defined(__RCSID) && !defined(lint)
__RCSID("$NetBSD: emit1.c,v 1.11 2002/01/31 19:36:54 tv Exp $");
#endif
+__FBSDID("$FreeBSD$");
#include <ctype.h>
@@ -207,7 +208,7 @@ outtt(sym_t *tag, sym_t *tdef)
}
/*
- * write information about an global declared/defined symbol
+ * write information about a global declared/defined symbol
* with storage class extern
*
* informations about function definitions are written in outfdef(),
OpenPOWER on IntegriCloud