Module Name:    src
Committed By:   dholland
Date:           Sun Jul 20 23:00:49 UTC 2014

Modified Files:
        src/usr.bin/xlint/lint1: lint1.h

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/xlint/lint1/lint1.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/lint1/lint1.h
diff -u src/usr.bin/xlint/lint1/lint1.h:1.28 src/usr.bin/xlint/lint1/lint1.h:1.29
--- src/usr.bin/xlint/lint1/lint1.h:1.28	Fri Apr 18 00:21:14 2014
+++ src/usr.bin/xlint/lint1/lint1.h	Sun Jul 20 23:00:49 2014
@@ -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 @@ typedef struct {
  * 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

Reply via email to