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 typo



details:   https://anonhg.NetBSD.org/src/rev/cfb616acd3ee
branches:  trunk
changeset: 761675:cfb616acd3ee
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 04 23:31:23 2011 +0000

description:
fix typo

diffstat:

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

diffs (27 lines):

diff -r 00f7e4232103 -r cfb616acd3ee usr.bin/xlint/lint1/tree.c
--- a/usr.bin/xlint/lint1/tree.c        Fri Feb 04 22:11:09 2011 +0000
+++ b/usr.bin/xlint/lint1/tree.c        Fri Feb 04 23:31:23 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tree.c,v 1.66 2010/12/18 20:57:41 christos Exp $       */
+/*     $NetBSD: tree.c,v 1.67 2011/02/04 23:31:23 christos Exp $       */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: tree.c,v 1.66 2010/12/18 20:57:41 christos Exp $");
+__RCSID("$NetBSD: tree.c,v 1.67 2011/02/04 23:31:23 christos Exp $");
 #endif
 
 #include <stdlib.h>
@@ -1139,7 +1139,7 @@
                goto assign;
        case SHRASS:
                if (pflag && !isutyp(lt) && !(tflag && isutyp(rt))) {
-                       /* bitwise operation on s.v. possibly nonportabel */
+                       /* bitwise operation on s.v. possibly nonportable */
                        warning(117);
                }
                goto assign;



Home | Main Index | Thread Index | Old Index