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/5db0839b1c39
branches:  trunk
changeset: 538503:5db0839b1c39
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 21 22:44:08 2002 +0000

description:
fix typo

diffstat:

 usr.bin/xlint/lint1/lint1.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2e2fc0d8b91f -r 5db0839b1c39 usr.bin/xlint/lint1/lint1.h
--- a/usr.bin/xlint/lint1/lint1.h       Mon Oct 21 21:16:12 2002 +0000
+++ b/usr.bin/xlint/lint1/lint1.h       Mon Oct 21 22:44:08 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lint1.h,v 1.15 2002/10/21 21:14:53 christos Exp $ */
+/* $NetBSD: lint1.h,v 1.16 2002/10/21 22:44:08 christos Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -139,7 +139,7 @@
        u_int   t_const : 1;    /* const modifier */
        u_int   t_volatile : 1; /* volatile modifier */
        u_int   t_proto : 1;    /* function prototype (t_args valid) */
-       u_int   t_vararg : 1;   /* protoype with ... */
+       u_int   t_vararg : 1;   /* prototype with ... */
        u_int   t_typedef : 1;  /* type defined with typedef */
        u_int   t_isfield : 1;  /* type is bitfield */
        u_int   t_isenum : 1;   /* type is (or was) enum (t_enum valid) */



Home | Main Index | Thread Index | Old Index