Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 fix spelling in comment.



details:   https://anonhg.NetBSD.org/src/rev/3e461de718cf
branches:  trunk
changeset: 538545:3e461de718cf
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 22 13:30:23 2002 +0000

description:
fix spelling in comment.

diffstat:

 usr.bin/xlint/lint1/init.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 399e82cb1f1e -r 3e461de718cf usr.bin/xlint/lint1/init.c
--- a/usr.bin/xlint/lint1/init.c        Tue Oct 22 13:11:06 2002 +0000
+++ b/usr.bin/xlint/lint1/init.c        Tue Oct 22 13:30:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init.c,v 1.12 2002/10/21 21:14:52 christos Exp $       */
+/*     $NetBSD: init.c,v 1.13 2002/10/22 13:30:23 christos Exp $       */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: init.c,v 1.12 2002/10/21 21:14:52 christos Exp $");
+__RCSID("$NetBSD: init.c,v 1.13 2002/10/22 13:30:23 christos Exp $");
 #endif
 
 #include <stdlib.h>
@@ -473,7 +473,7 @@
        sc = initsym->s_scl;
 
        /*
-        * Do not test for automatic aggregat initialisation. If the
+        * Do not test for automatic aggregate initialisation. If the
         * initializer starts with a brace we have the warning already.
         * If not, an error will be printed that the initializer must
         * be enclosed by braces.



Home | Main Index | Thread Index | Old Index