Module Name:    src
Committed By:   wiz
Date:           Wed Aug  5 19:08:29 UTC 2009

Modified Files:
        src/usr.bin/xlint/lint1: mem1.c

Log Message:
Fix typos in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/xlint/lint1/mem1.c

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/mem1.c
diff -u src/usr.bin/xlint/lint1/mem1.c:1.12 src/usr.bin/xlint/lint1/mem1.c:1.13
--- src/usr.bin/xlint/lint1/mem1.c:1.12	Wed Apr 15 01:20:57 2009
+++ src/usr.bin/xlint/lint1/mem1.c	Wed Aug  5 19:08:28 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: mem1.c,v 1.12 2009/04/15 01:20:57 christos Exp $	*/
+/*	$NetBSD: mem1.c,v 1.13 2009/08/05 19:08:28 wiz Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: mem1.c,v 1.12 2009/04/15 01:20:57 christos Exp $");
+__RCSID("$NetBSD: mem1.c,v 1.13 2009/08/05 19:08:28 wiz Exp $");
 #endif
 
 #include <sys/types.h>
@@ -132,8 +132,8 @@
 /*
  * Memory for declarations and other things which must be available
  * until the end of a block (or the end of the translation unit)
- * are assoziated with the level (mblklev) of the block (or wiht 0).
- * Because these memory is allocated in large blocks associated with
+ * are associated with the level (mblklev) of the block (or with 0).
+ * Because this memory is allocated in large blocks associated with
  * a given level it can be freed easily at the end of a block.
  */
 #define	ML_INC	((size_t)32)		/* Increment for length of *mblks */

Reply via email to