summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/lint1/init.c')
-rw-r--r--usr.bin/xlint/lint1/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/init.c b/usr.bin/xlint/lint1/init.c
index 0fd0383..cf4cbdd 100644
--- a/usr.bin/xlint/lint1/init.c
+++ b/usr.bin/xlint/lint1/init.c
@@ -35,6 +35,7 @@
#if defined(__RCSID) && !defined(lint)
__RCSID("$NetBSD: init.c,v 1.9 2001/09/18 18:15:54 wiz Exp $");
#endif
+__FBSDID("$FreeBSD$");
#include <stdlib.h>
@@ -171,7 +172,7 @@ pushinit(void)
if (istk->i_type->t_tspec != ARRAY)
lerror("pushinit() 2");
istk->i_type->t_dim++;
- /* from now its an complete type */
+ /* from now its a complete type */
setcompl(istk->i_type, 0);
}
OpenPOWER on IntegriCloud