summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/lint1/decl.c')
-rw-r--r--usr.bin/xlint/lint1/decl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c
index 6069bf5..69c7cda 100644
--- a/usr.bin/xlint/lint1/decl.c
+++ b/usr.bin/xlint/lint1/decl.c
@@ -1782,7 +1782,7 @@ decl1ext(sym_t *dsym, int initflg)
if ((rdsym = dcs->d_rdcsym) != NULL) {
/*
- * If the old symbol stems from a old style function definition
+ * If the old symbol stems from an old style function definition
* we have remembered the params in rdsmy->s_args and compare
* them with the params of the prototype.
*/
@@ -2524,7 +2524,7 @@ decl1loc(sym_t *dsym, int initflg)
}
/*
- * Before we can check the size we must wait for a initialisation
+ * Before we can check the size we must wait for an initialisation
* which may follow.
*/
}
OpenPOWER on IntegriCloud