summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint2
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2003-01-01 18:13:45 +0000
committerschweikh <schweikh@FreeBSD.org>2003-01-01 18:13:45 +0000
commit718a7892bc6da2237db71c255051dd54a4e93a92 (patch)
tree7ad799f5e234745be6f5c16c2ebcacd19e33c2e5 /usr.bin/xlint/lint2
parent69aeeb4dc21acaeca02dbc568cf475e6415b97ce (diff)
downloadFreeBSD-src-718a7892bc6da2237db71c255051dd54a4e93a92.zip
FreeBSD-src-718a7892bc6da2237db71c255051dd54a4e93a92.tar.gz
Fix typos; add FreeBSD Id where missing.
Diffstat (limited to 'usr.bin/xlint/lint2')
-rw-r--r--usr.bin/xlint/lint2/main2.c3
-rw-r--r--usr.bin/xlint/lint2/read.c2
2 files changed, 3 insertions, 2 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;
diff --git a/usr.bin/xlint/lint2/read.c b/usr.bin/xlint/lint2/read.c
index 05c7be8..4695828 100644
--- a/usr.bin/xlint/lint2/read.c
+++ b/usr.bin/xlint/lint2/read.c
@@ -67,7 +67,7 @@ static size_t nfnames;
/*
* Types are shared (to save memory for the types itself) and accessed
* via indices (to save memory for references to types (indices are short)).
- * To share types, a equal type must be located fast. This is done by a
+ * To share types, an equal type must be located fast. This is done by a
* hash table. Access by indices is done via an array of pointers to the
* types.
*/
OpenPOWER on IntegriCloud