summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint2/main2.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/lint2/main2.c')
-rw-r--r--usr.bin/xlint/lint2/main2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint2/main2.c b/usr.bin/xlint/lint2/main2.c
index 71e8c10..a05ddf4 100644
--- a/usr.bin/xlint/lint2/main2.c
+++ b/usr.bin/xlint/lint2/main2.c
@@ -35,6 +35,7 @@
#if defined(__RCSID) && !defined(lint)
__RCSID("$NetBSD: main2.c,v 1.5 2001/11/21 19:14:26 wiz Exp $");
#endif
+__FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
@@ -67,7 +68,7 @@ int sflag;
int tflag;
/*
- * If a complaint stems from a included file, print the name of the included
+ * If a complaint stems from an included file, print the name of the included
* file instead of the name spezified at the command line followed by '?'
*/
int Hflag;
OpenPOWER on IntegriCloud