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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c
index e59fe67..6069bf5 100644
--- a/usr.bin/xlint/lint1/decl.c
+++ b/usr.bin/xlint/lint1/decl.c
@@ -3010,7 +3010,7 @@ glchksz(sym_t *sym)
if (sym->s_def == TDEF) {
if (sym->s_type->t_tspec == FUNC)
/*
- * this can happen if an syntax error occurred
+ * this can happen if a syntax error occurred
* after a function declaration
*/
return;
OpenPOWER on IntegriCloud