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 typo in comment



details:   https://anonhg.NetBSD.org/src/rev/f8253ded3b31
branches:  trunk
changeset: 330782:f8253ded3b31
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jul 20 23:00:49 2014 +0000

description:
typo in comment

diffstat:

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

diffs (18 lines):

diff -r f8bffd0276b5 -r f8253ded3b31 usr.bin/xlint/lint1/lint1.h
--- a/usr.bin/xlint/lint1/lint1.h       Sun Jul 20 22:58:02 2014 +0000
+++ b/usr.bin/xlint/lint1/lint1.h       Sun Jul 20 23:00:49 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lint1.h,v 1.28 2014/04/18 00:21:14 christos Exp $ */
+/* $NetBSD: lint1.h,v 1.29 2014/07/20 23:00:49 dholland Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -118,7 +118,7 @@
  * Structures of type str_t uniqely identify structures. This can't
  * be done in structures of type type_t, because these are copied
  * if they must be modified. So it would not be possible to check
- * if to structures are identical by comparing the pointers to
+ * if two structures are identical by comparing the pointers to
  * the type structures.
  *
  * The typename is used if the structure is unnamed to identify



Home | Main Index | Thread Index | Old Index