summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint2/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/lint2/read.c')
-rw-r--r--usr.bin/xlint/lint2/read.c2
1 files changed, 1 insertions, 1 deletions
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