From 06c5336e070d3ea87fba875c413e925c2935fa06 Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Thu, 30 Aug 2001 12:42:42 +0000 Subject: typo in the comment. --- sys/kern/kern_malloc_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/kern_malloc_debug.c b/sys/kern/kern_malloc_debug.c index d23bc37490a..42e862467e1 100644 --- a/sys/kern/kern_malloc_debug.c +++ b/sys/kern/kern_malloc_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_malloc_debug.c,v 1.11 2001/08/17 23:39:59 art Exp $ */ +/* $OpenBSD: kern_malloc_debug.c,v 1.12 2001/08/30 12:42:41 mpech Exp $ */ /* * Copyright (c) 1999, 2000 Artur Grabowski @@ -39,7 +39,7 @@ * more types will also add to the complexity of the code. * * This is really simple. Every malloc() allocates two virtual pages, - * the second page is left unmapped, and the the value returned is aligned + * the second page is left unmapped, and the value returned is aligned * so that it ends at (or very close to) the page boundary to catch overflows. * Every free() changes the protection of the first page to VM_PROT_NONE so * that we can catch any dangling writes to it. -- cgit v1.2.3